fix: increase popup min-width

Since fa2bef85d3 popup are smaller,
let's try to have them as before.
This commit is contained in:
Yohan Boniface 2024-06-21 14:55:42 +02:00
parent 6f38dcf4d7
commit 36db88f5a6

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 {