Restore small icons in attribution, fix #413

This commit is contained in:
Pieter Vander Vennet 2021-07-10 21:41:56 +02:00
parent 58ac26b0b3
commit 3ecfef9bc1
3 changed files with 8 additions and 3 deletions

View file

@ -82,6 +82,10 @@ html, body {
box-sizing: initial !important;
}
.leaflet-control-attribution {
display: block ruby;
}
svg, img {
box-sizing: content-box;
width: 100%;