From d65c48a88aa0ccb59b624e951ca737070cebc7aa Mon Sep 17 00:00:00 2001 From: fim100 <107080649+fim100@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:32:00 +0330 Subject: [PATCH] making Update leaflet.css rtl-friendly --- umap/static/umap/vendors/leaflet/leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/vendors/leaflet/leaflet.css b/umap/static/umap/vendors/leaflet/leaflet.css index 2961b761..3f5c2013 100644 --- a/umap/static/umap/vendors/leaflet/leaflet.css +++ b/umap/static/umap/vendors/leaflet/leaflet.css @@ -481,7 +481,7 @@ svg.leaflet-image-layer.leaflet-interactive path { } .leaflet-popup-content-wrapper { padding: 1px; - text-align: left; + text-align: start; border-radius: 12px; } .leaflet-popup-content {