From 4f58dd7ac8159f78d23ce4d8fcebe99771e983ab Mon Sep 17 00:00:00 2001 From: Farid Aghili Date: Sat, 25 Dec 2021 09:31:55 +0330 Subject: [PATCH] fixed trend and partion metrics --- resources/css/theme.css | 2 +- resources/scss/theme.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/css/theme.css b/resources/css/theme.css index 72d89fe..e58dbf4 100644 --- a/resources/css/theme.css +++ b/resources/css/theme.css @@ -325,7 +325,7 @@ trix-toolbar .trix-button-group:not(:first-child) { direction: ltr !important; } -.ct-chart { +.card-panel .min-h-90px .ct-chart { right: unset !important; left: 20px; } diff --git a/resources/scss/theme.scss b/resources/scss/theme.scss index cd935b1..bdba26a 100644 --- a/resources/scss/theme.scss +++ b/resources/scss/theme.scss @@ -100,8 +100,8 @@ trix-toolbar .trix-button-group:not(:first-child) { direction: ltr !important; } -/* Trend chart */ -.ct-chart { +/* Partition Metrics */ +.card-panel .min-h-90px .ct-chart { right: unset !important; left: 20px; }