mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fix #3179: cut off radios and checkboxes
This commit is contained in:
Vendored
+1
-1
@@ -873,8 +873,8 @@ input[type="hidden"] {
|
|||||||
|
|
||||||
.radio,
|
.radio,
|
||||||
.checkbox {
|
.checkbox {
|
||||||
|
min-height: 18px;
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio input[type="radio"],
|
.radio input[type="radio"],
|
||||||
|
|||||||
+1
-1
@@ -173,8 +173,8 @@ input[type="hidden"] {
|
|||||||
// Indent the labels to position radios/checkboxes as hanging
|
// Indent the labels to position radios/checkboxes as hanging
|
||||||
.radio,
|
.radio,
|
||||||
.checkbox {
|
.checkbox {
|
||||||
|
min-height: 18px; // clear the floating input if there is no label text
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
overflow: auto; // clear the floating input if there is no label text
|
|
||||||
}
|
}
|
||||||
.radio input[type="radio"],
|
.radio input[type="radio"],
|
||||||
.checkbox input[type="checkbox"] {
|
.checkbox input[type="checkbox"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user