Merge pull request #1924 from umap-project/popup-min-width

fix: increase popup min-width
This commit is contained in:
Yohan Boniface 2024-06-21 16:38:06 +02:00 committed by GitHub
commit cd69e5fbb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1522,7 +1522,7 @@ span.popup-icon {
z-index: 1001;
}
.leaflet-popup-content {
min-width: 100px;
min-width: 200px;
line-height: inherit;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {