From ccda9aca3f3ed4e3b1db567679afdb54b837f15c Mon Sep 17 00:00:00 2001 From: Joachim Schleicher Date: Tue, 26 Sep 2023 20:45:57 +0200 Subject: [PATCH] Fix #1308 The star indicating a dirty map uses more than 5px (depending on font-size). So the additional star switched from showing the map name to ellipses-overflow in px-implementation. 1ch is the with of the digit '0'. --- 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 faa8b9c6..cef43e39 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -516,7 +516,7 @@ ul.photon-autocomplete { a.map-name:after { content: '\00a0'; padding-left: 3px; - width: 5px; + width: 1ch; display: inline-block; } .umap-is-dirty a.map-name:after {