From df588695ec4c18770ff6d4b73cad1c35dafedcae Mon Sep 17 00:00:00 2001 From: Miguel Medeiros Date: Tue, 29 Jun 2021 14:08:11 -0300 Subject: [PATCH] Fix iinverse mempool graph also affect the TV view (#580) --- .../app/components/statistics/chartist.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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