From b3e39bf65414c5e0a5ddc8884f38d9a546145f04 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 7 Mar 2025 17:40:16 +0100 Subject: [PATCH] fixup: square buttons in search results Co-authored-by: David Larlet --- umap/static/umap/map.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index bc5f9088..452457be 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -302,6 +302,9 @@ ul.photon-autocomplete { float: inline-end; display: none; } +.search-result-tools button { + padding: 8px; +} .umap-edit-enabled .photon-autocomplete li.on .search-result-tools { display: flex; }