From 98adb295bb0d75580ab85970470c38277db3ba56 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 8 Sep 2023 17:31:14 -0400 Subject: [PATCH] Give more room to the title of the map Fix #1308 --- 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 d830fc0a..34c59d81 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -506,7 +506,6 @@ ul.photon-autocomplete { } .umap-main-edit-toolbox .map-name { display: inline-block; - max-width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -1497,6 +1496,9 @@ a.add-datalayer:hover, width: 35px; min-width: initial; } + .umap-main-edit-toolbox .map-name { + min-width: 80px; + } .umap-main-edit-toolbox .umap-help-button { display: none;