Fix sizing of scale control
This commit is contained in:
parent
25645ed51a
commit
ead9695fb6
1 changed files with 2 additions and 0 deletions
2
vendor/assets/leaflet/leaflet.css
vendored
2
vendor/assets/leaflet/leaflet.css
vendored
|
@ -365,6 +365,8 @@
|
|||
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.leaflet-control-scale-line:not(:first-child) {
|
||||
border-top: 2px solid #777;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue