From 8ba259f3bbd25b10f28fb6bffd4dfcfd5a61ce05 Mon Sep 17 00:00:00 2001 From: murin Date: Wed, 13 Nov 2024 09:23:00 +0300 Subject: Remove negative margin-top from query totals If totals have long names or there are many of them selected, they overlap with the query buttons. This change makes them appear as a separate row. --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 9c2688f4b..961e9a1db 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -535,7 +535,7 @@ div.table-list.boards .table-list-cell.name {width: 30%;} max-width:min(36vw, 500px); } -.query-totals {text-align:right; margin-top:-2.3em; font-size: 93%;} +.query-totals {text-align:right; font-size: 93%;} .query-totals>span:not(:first-child) {margin-left:0.6em;} .query-totals .value {font-weight:bold;} body.controller-timelog .query-totals {margin-top:initial;} -- 2.25.1