Forráskód Böngészése

fixed range size (recent chrome bug)

Nicolas Cannasse 5 éve
szülő
commit
a36154588b
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -278,7 +278,7 @@ input[type=checkbox]:checked:after {
 }
 .hide-range input[type=range] {
   display: inline-block;
-  width: 145px;
+  width: 140px;
 }
 .hide-range input[type=range].small {
   width: 123px;

+ 1 - 1
bin/style.less

@@ -298,7 +298,7 @@ input[type=checkbox] {
 
 	input[type=range] {
 		display : inline-block;
-		width: 145px;
+		width: 140px;
 	}
 
 	input[type=range].small {