From e8a9c68dde8860b0046a3420e4e6d0c863f98da6 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 9 Feb 2024 16:35:20 +0100 Subject: [PATCH] fix: fix dashboard buttons height and alignment in Firefox Linux --- umap/static/umap/content.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 31e0a112..d322e2e8 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -399,7 +399,7 @@ ul.umap-autocomplete { padding: .5rem 1rem; margin-bottom: 0; line-height: inherit; - height: 2.5rem; + height: 40px; } .table-header form input[type="search"] { width: 30ch; @@ -419,8 +419,8 @@ ul.umap-autocomplete { font-weight: bold; background-color: initial; margin-bottom: 0; - line-height: inherit; - height: 2.5rem; + line-height: 24px; + height: 40px; } .table-wrapper { overflow-x: scroll;