mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
making Update leaflet.css rtl-friendly
This commit is contained in:
parent
ec790ad296
commit
d65c48a88a
1 changed files with 1 additions and 1 deletions
2
umap/static/umap/vendors/leaflet/leaflet.css
vendored
2
umap/static/umap/vendors/leaflet/leaflet.css
vendored
|
@ -481,7 +481,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
||||||
}
|
}
|
||||||
.leaflet-popup-content-wrapper {
|
.leaflet-popup-content-wrapper {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-align: left;
|
text-align: start;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
.leaflet-popup-content {
|
.leaflet-popup-content {
|
||||||
|
|
Loading…
Reference in a new issue