Remove max marker width

This commit is contained in:
James Lyne 2021-06-12 22:48:42 +01:00
parent a819a5b600
commit ce80666949

View File

@ -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;
}
}
}