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

fixes #13912: make radios/checkboxes work with inline forms again

This commit is contained in:
Mark Otto
2014-06-25 16:56:36 -07:00
parent 32bde78e19
commit e40df7cfac
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ input[type="checkbox"] {
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: none;
position: relative;
margin-left: 0;
}