From daa009e2bd922bf133f1aa78eed4d800bc887136 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 23 Oct 2023 08:03:27 +0200 Subject: [PATCH] CheckStatistics: Fine tune execution start layout rules --- public/css/widget/check-statistics.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/widget/check-statistics.less b/public/css/widget/check-statistics.less index fd6ab168..4bd34c2e 100644 --- a/public/css/widget/check-statistics.less +++ b/public/css/widget/check-statistics.less @@ -173,9 +173,10 @@ } #layout.twocols &#col1, -#layout.minimal-layout &#col1, -#layout.poor-layout &#col1, -#layout.compact-layout &#col1 { +#layout.minimal-layout, +#layout.poor-layout, +#layout.twocols.compact-layout, +#layout.twocols.default-layout { .check-statistics .bubble.top-right-aligned { transform: translate(-50%, 0); // default what progress-bar() defined border-top-right-radius: .25em; // default what progress-bar() defined