making MarkerCluster.Default.css rtl-friendly

This commit is contained in:
fim100 2024-08-05 12:31:10 +03:30 committed by Yohan Boniface
parent ab8bce985e
commit ec790ad296

View file

@ -48,7 +48,7 @@
.marker-cluster div { .marker-cluster div {
width: 30px; width: 30px;
height: 30px; height: 30px;
margin-left: 5px; margin-inline-start: 5px;
margin-top: 5px; margin-top: 5px;
text-align: center; text-align: center;
@ -57,4 +57,4 @@
} }
.marker-cluster span { .marker-cluster span {
line-height: 30px; line-height: 30px;
} }