From 36db88f5a62864c2cd391503819ae618d94b4d2b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 21 Jun 2024 14:55:42 +0200 Subject: [PATCH] fix: increase popup min-width Since fa2bef85d3dd6bbe0c39a7dca2def2a2ad1422b3 popup are smaller, let's try to have them as before. --- umap/static/umap/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 62ead726..8ccc4454 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1522,7 +1522,7 @@ span.popup-icon { z-index: 1001; } .leaflet-popup-content { - min-width: 100px; + min-width: 200px; line-height: inherit; } .leaflet-popup-content-wrapper, .leaflet-popup-tip {