From 45c080531901644239492ca87a421934a4a40815 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Thu, 14 Dec 2023 17:03:53 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20toolbox=20overflow=20with=20facets?= =?UTF-8?q?=E2=80=99=20search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/static/umap/base.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 5a05467e..b7713a5a 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -698,6 +698,11 @@ input[type=hidden].blur + [type="button"] { #umap-ui-container .toolbox { padding: 5px 10px; overflow: hidden; + display: flex; + flex-direction: row-reverse; + font-size: 10px; + justify-content: flex-start; + gap: 5px; } #umap-ui-container .toolbox li { color: #2e3436; @@ -721,10 +726,6 @@ input[type=hidden].blur + [type="button"] { color: #eeeeec; background-color: #353c3e; } -#umap-ui-container .toolbox li + li { - margin-right: 5px; - margin-left: 5px; -} .dark input, .dark textarea { background-color: #232729; border-color: #1b1f20;