mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
Merge pull request #1924 from umap-project/popup-min-width
fix: increase popup min-width
This commit is contained in:
commit
cd69e5fbb0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue