fix #3179: cut off radios and checkboxes

This commit is contained in:
Mark Otto 2012-04-24 01:33:00 -07:00
parent 7f6f3ff462
commit 805ca03457
2 changed files with 2 additions and 2 deletions

View file

@ -873,8 +873,8 @@ input[type="hidden"] {
.radio,
.checkbox {
min-height: 18px;
padding-left: 18px;
overflow: auto;
}
.radio input[type="radio"],