Update leaflet.css

Default 'text-align' to 'right' for RTL umap
This commit is contained in:
fim100 2024-08-02 20:53:59 +03:30 committed by GitHub
parent 9d4e8d1fec
commit 1ee285fc2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;