Use border-box sizing for scale control (fix #3668)

Since 8a33e94c0e
we are not more removing the padding programatically.
This commit is contained in:
Yohan Boniface 2015-10-08 12:14:25 +02:00
parent 4d934dfecb
commit c77ca40ccb

4
dist/leaflet.css vendored
View File

@ -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);