Remove max marker width
This commit is contained in:
parent
a819a5b600
commit
ce80666949
@ -49,14 +49,12 @@
|
||||
font-size: 1.5rem;
|
||||
line-height: 1;
|
||||
|
||||
white-space: nowrap;
|
||||
white-space: pre-line;
|
||||
|
||||
color: var(--text-base);
|
||||
background: var(--background-dark);
|
||||
padding: 0.2rem;
|
||||
display: none;
|
||||
max-width: 25vw;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
@at-root .leaflet-pane--show-labels .marker__label {
|
||||
@ -90,4 +88,4 @@
|
||||
@media print {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user