From a4b8f8a261441a62137eafa180ff1261bb5add5d Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Tue, 19 Apr 2022 11:37:55 -0400 Subject: [PATCH] Set height of search box to match surrounding boxes --- assets/css/leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/leaflet.css b/assets/css/leaflet.css index 08aa2561b..19b7b8eb2 100644 --- a/assets/css/leaflet.css +++ b/assets/css/leaflet.css @@ -109,7 +109,7 @@ margin: 0; padding: 0; font-size: 12px; - height: 26px; + height: 30px; border: none; border-radius: 0 4px 4px 0; text-indent: 8px;