2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Reset the padding on radio/checkbox labels in form-inline

This commit is contained in:
Mark Otto
2014-05-22 18:42:21 -07:00
parent cae7dee236
commit fab9ab8fe9
6 changed files with 16 additions and 7 deletions
+4 -1
View File
@@ -410,8 +410,11 @@ input[type="checkbox"],
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
label {
padding-left: 0;
}
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {