From bfb920e5704e316af9f11d5f5048e5ba6a7d1866 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 24 Feb 2025 16:22:26 +0100 Subject: [PATCH] fix css & missing whitespace --- src/Components/Map/UtopiaMap.css | 2 +- src/Utils/MarkerIconFactory.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Map/UtopiaMap.css b/src/Components/Map/UtopiaMap.css index a1f1a014..39189350 100644 --- a/src/Components/Map/UtopiaMap.css +++ b/src/Components/Map/UtopiaMap.css @@ -54,7 +54,7 @@ position: relative; top: -33px; left: 10px; - width: 13px; + width: 13px !important; } .fire-icon { diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index d0cf7cec..002dab9d 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -130,7 +130,7 @@ const MarkerIconFactory = ( icon: string, ) => { return divIcon({ - html: `${createSvg(shape, markerColor, borderColor)}x`, + html: `${createSvg(shape, markerColor, borderColor)}x`, iconAnchor: [17, 40], popupAnchor: [0, -40], iconSize: new Point(40, 46),