From c25de2400910716752358cca52e57822c753e867 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 27 Oct 2023 13:24:12 -0400 Subject: [PATCH] Fix the bottom padding of help button in topbar --- umap/static/umap/map.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 281866b6..83bf00df 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -432,8 +432,10 @@ ul.photon-autocomplete { text-decoration: underline; } -.leaflet-container .umap-help-link { +.leaflet-container [type="button"].umap-help-link { font-size: 12px; + padding-bottom: 3px; + background-color: inherit; } .leaflet-container .leaflet-control-edit-save, .leaflet-container .leaflet-control-edit-cancel,