Use border-box sizing for scale control (fix #3668)
Since 8a33e94c0e
we are not more removing the padding programatically.
This commit is contained in:
parent
4d934dfecb
commit
c77ca40ccb
4
dist/leaflet.css
vendored
4
dist/leaflet.css
vendored
@ -384,8 +384,8 @@
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
||||
background: #fff;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
|
Loading…
Reference in New Issue
Block a user