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