From 6a40732099ee205df07ec8aadd9f4e19b7757e62 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 13 Oct 2023 15:40:01 +0200 Subject: [PATCH] CheckStatistics: Don't cut off execution start on small screens.. ..only for #col1 --- public/css/widget/check-statistics.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/widget/check-statistics.less b/public/css/widget/check-statistics.less index 78a66a009..fd6ab1689 100644 --- a/public/css/widget/check-statistics.less +++ b/public/css/widget/check-statistics.less @@ -172,10 +172,10 @@ } } -#layout.twocols, -#layout.minimal-layout, -#layout.poor-layout, -#layout.compact-layout { +#layout.twocols &#col1, +#layout.minimal-layout &#col1, +#layout.poor-layout &#col1, +#layout.compact-layout &#col1 { .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