diff --git a/frontend/pages/DashboardPage/cards/ChartCard/_styles.scss b/frontend/pages/DashboardPage/cards/ChartCard/_styles.scss index 0e1a842660..4a34d83873 100644 --- a/frontend/pages/DashboardPage/cards/ChartCard/_styles.scss +++ b/frontend/pages/DashboardPage/cards/ChartCard/_styles.scss @@ -11,6 +11,16 @@ display: flex; align-items: center; gap: $pad-small; + + .component__tooltip-wrapper { + align-items: center; + line-height: 1; + + &__element { + display: flex; + align-items: center; + } + } } &__description-tooltip {