leaflet-fixes.css (445B)
1 .leaflet-control-layers-list label { 2 white-space: nowrap; 3 } 4 5 .leaflet-control { 6 user-select: none; 7 } 8 9 .leaflet-touch .leaflet-control-layers, 10 .leaflet-touch .leaflet-bar { 11 border: none !important; 12 box-shadow: 0 1px 5px rgba(0,0,0,0.65) !important; 13 } 14 15 .leaflet-control-layers label input + span { 16 display: inline-block; 17 max-width: 250px; 18 overflow-x: hidden; 19 text-overflow: ellipsis; 20 vertical-align: bottom; 21 } 22