From 5088d97ca09936b7069428ffa51224198093baa0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 12 Jul 2023 08:45:47 +0200 Subject: [PATCH] Better fit iframe in popup --- umap/static/umap/map.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 4da92b16..04604685 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1355,7 +1355,7 @@ a.add-datalayer:hover, overflow-x: hidden; } .umap-popup-content iframe { - min-width: 310px; + min-width: 300px; max-width: 100%; } .umap-popup-content tr:nth-child(odd) { @@ -1373,7 +1373,6 @@ a.add-datalayer:hover, } .umap-popup-container { flex-grow: 1; - padding: 0 10px; word-break: break-word; } .leaflet-popup-content h3 {