Add back max-width for the attribution control in examples

This commit is contained in:
Frederic Junod
2019-10-14 09:24:18 +02:00
parent 97ded06ee4
commit a126702e95

View File

@@ -71,6 +71,10 @@ ol.inline>li {
background: url(map-background.jpg) repeat;
margin-bottom: 10px;
}
.ol-attribution.ol-logo-only,
.ol-attribution.ol-uncollapsible {
max-width: calc(100% - 3em);
}
.ol-attribution ul {
font-size: 14px;
}