mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00:00
fix #3179: cut off radios and checkboxes
This commit is contained in:
parent
7f6f3ff462
commit
805ca03457
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -873,8 +873,8 @@ input[type="hidden"] {
|
|||
|
||||
.radio,
|
||||
.checkbox {
|
||||
min-height: 18px;
|
||||
padding-left: 18px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.radio input[type="radio"],
|
||||
|
|
|
|||
|
|
@ -173,8 +173,8 @@ input[type="hidden"] {
|
|||
// Indent the labels to position radios/checkboxes as hanging
|
||||
.radio,
|
||||
.checkbox {
|
||||
min-height: 18px; // clear the floating input if there is no label text
|
||||
padding-left: 18px;
|
||||
overflow: auto; // clear the floating input if there is no label text
|
||||
}
|
||||
.radio input[type="radio"],
|
||||
.checkbox input[type="checkbox"] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue