mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
Update leaflet.css
Default 'text-align' to 'right' for RTL umap
This commit is contained in:
parent
9d4e8d1fec
commit
1ee285fc2f
1 changed files with 3 additions and 0 deletions
3
umap/static/umap/vendors/leaflet/leaflet.css
vendored
3
umap/static/umap/vendors/leaflet/leaflet.css
vendored
|
@ -484,6 +484,9 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|||
text-align: left;
|
||||
border-radius: 12px;
|
||||
}
|
||||
html[dir="rtl"] .leaflet-popup-content-wrapper {
|
||||
text-align: right;
|
||||
}
|
||||
.leaflet-popup-content {
|
||||
margin: 13px 24px 13px 20px;
|
||||
line-height: 1.3;
|
||||
|
|
Loading…
Reference in a new issue