mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
making MarkerCluster.Default.css rtl-friendly
This commit is contained in:
parent
ab8bce985e
commit
ec790ad296
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue