mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
fix #2989: clear .checkbox/.radio floats
This commit is contained in:
parent
2dbce887df
commit
9e9be2dc0d
3 changed files with 2 additions and 0 deletions
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
|
@ -729,6 +729,7 @@ input[type="hidden"] {
|
|||
}
|
||||
.radio,
|
||||
.checkbox {
|
||||
overflow: auto;
|
||||
padding-left: 18px;
|
||||
}
|
||||
.radio input[type="radio"],
|
||||
|
|
|
|||
|
|
@ -172,6 +172,7 @@ input[type="hidden"] {
|
|||
// Indent the labels to position radios/checkboxes as hanging
|
||||
.radio,
|
||||
.checkbox {
|
||||
overflow: auto; // clear the floating input if there is no label text
|
||||
padding-left: 18px;
|
||||
}
|
||||
.radio input[type="radio"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue