ol-layerswitcher/examples/layerswitcher.css
Matt Walker 6003420f2a Increase length of district layer title to demo wrapping
Allows us to visually check for any regressions in future related to
wrapping layer titles
2020-09-18 10:24:47 +01:00

19 lines
231 B
CSS

html,
body {
height: 100%;
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: small;
}
#map {
width: 100%;
height: 100%;
}
/* Limit the width of the layer-switcher */
.layer-switcher {
max-width: 300px;
}