From 672d92152e2dfe6736b59373032dece89b4f59c3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 8 Apr 2025 15:27:10 +0200 Subject: [PATCH] fix: fix min-height of select in caption bar --- umap/static/umap/css/bar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/css/bar.css b/umap/static/umap/css/bar.css index 912328a4..8631f788 100644 --- a/umap/static/umap/css/bar.css +++ b/umap/static/umap/css/bar.css @@ -206,6 +206,7 @@ margin-top: 0; line-height: initial; height: initial; + min-height: initial; width: auto; padding: 0 var(--text-margin); }