Skip to content

Commit

Permalink
fix twbs#3179: cut off radios and checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 24, 2012
1 parent 7f6f3ff commit 805ca03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/bootstrap.css
Expand Up @@ -873,8 +873,8 @@ input[type="hidden"] {

.radio,
.checkbox {
min-height: 18px;
padding-left: 18px;
overflow: auto;
}

.radio input[type="radio"],
Expand Down
2 changes: 1 addition & 1 deletion less/forms.less
Expand Up @@ -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"] {
Expand Down

0 comments on commit 805ca03

Please sign in to comment.