diff --git a/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css b/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css index bbc8c9fb..b321b9c6 100755 --- a/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css +++ b/umap/static/umap/vendors/markercluster/MarkerCluster.Default.css @@ -55,6 +55,10 @@ border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; } +html[dir="rtl"] .marker-cluster div { + margin-right: 5px; + margin-left: auto; +} .marker-cluster span { line-height: 30px; - } \ No newline at end of file + }