]> git.openstreetmap.org Git - rails.git/commitdiff
Fix sizing of scale control
authorTom Hughes <tom@compton.nu>
Fri, 13 Sep 2013 15:02:38 +0000 (16:02 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 13 Sep 2013 15:02:38 +0000 (16:02 +0100)
vendor/assets/leaflet/leaflet.css

index 7dc11b127fbb20048330207442a80a375bb21159..e6fb4908eb8e872ad35b424a195d878cb277ebfd 100644 (file)
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);\r
        white-space: nowrap;\r
        overflow: hidden;\r
+       -moz-box-sizing: content-box;\r
+            box-sizing: content-box;\r
        }\r
 .leaflet-control-scale-line:not(:first-child) {\r
        border-top: 2px solid #777;\r