mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
_forms.scss: Remove extra trailing 0 in fractional number
[skip sauce] [skip validator]
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ input[type="checkbox"] {
|
||||
padding-right: ($input-padding-x * 3);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right ($input-height * .25);
|
||||
background-size: ($input-height * .5) ($input-height * .50);
|
||||
background-size: ($input-height * .5) ($input-height * .5);
|
||||
}
|
||||
|
||||
// Form validation states
|
||||
|
||||
Reference in New Issue
Block a user