diff --git a/frontend/src/app/components/statistics/chartist.component.scss b/frontend/src/app/components/statistics/chartist.component.scss index e3c813602..1f72f6bb4 100644 --- a/frontend/src/app/components/statistics/chartist.component.scss +++ b/frontend/src/app/components/statistics/chartist.component.scss @@ -1,11 +1,11 @@ -.ct-legend{ +.ct-legend { top: 130px; display: flex; flex-direction: column-reverse; @media (min-width: 653px) { top: 90px; } -} -.ct-legend.inverted{ - flex-direction: column; -} \ No newline at end of file + } + .ct-legend.inverted { + flex-direction: column !important; + } \ No newline at end of file