mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
fix: increase popup min-width
Since fa2bef85d3
popup are smaller,
let's try to have them as before.
This commit is contained in:
parent
6f38dcf4d7
commit
36db88f5a6
1 changed files with 1 additions and 1 deletions
|
@ -1522,7 +1522,7 @@ span.popup-icon {
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
}
|
}
|
||||||
.leaflet-popup-content {
|
.leaflet-popup-content {
|
||||||
min-width: 100px;
|
min-width: 200px;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
||||||
|
|
Loading…
Reference in a new issue