diff --git a/CHANGELOG b/CHANGELOG index bd942a1..a50ec27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ ### Changes * Change Online Map MaxZoom to 19 * Searchfunction case insensitive +* Show Numbers from a Place not with linebreaking ## 1.2.9 ### New Features diff --git a/Lora-Map/resources/css/global.css b/Lora-Map/resources/css/global.css index 57a9bff..b10bf59 100644 --- a/Lora-Map/resources/css/global.css +++ b/Lora-Map/resources/css/global.css @@ -13,6 +13,7 @@ #bigmap .leaflet-map-pane .leaflet-marker-pane .snumber-icon { font-weight: bold; font-size: 5px; + white-space: nowrap; } #bigmap .leaflet-map-pane .leaflet-marker-pane .coord-icon { font-size: 13px;