From 75a8073ec0e3bc145a053f630d041eb24103ef66 Mon Sep 17 00:00:00 2001 From: Miguel Medeiros Date: Tue, 8 Jun 2021 01:29:25 -0300 Subject: [PATCH] Fix loading icon position at graph page. (#558) --- .../app/components/statistics/statistics.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/app/components/statistics/statistics.component.scss b/frontend/src/app/components/statistics/statistics.component.scss index 882e7d496..04f8734bd 100644 --- a/frontend/src/app/components/statistics/statistics.component.scss +++ b/frontend/src/app/components/statistics/statistics.component.scss @@ -19,6 +19,12 @@ width: 22px; height: 22px; margin-right: 10px; + order: 2; + margin-left: 10px; + @media (min-width: 653px) { + margin-left: 0px; + order: 1; + } } .card-body { @@ -30,7 +36,9 @@ .formRadioGroup{ margin-top: 6px; + display: flex; @media (min-width: 653px) { + display: block; float: right; margin-top: 0px; }