Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-04-24 12:33:00 +0400
committerMark Otto <markotto@twitter.com>2012-04-24 12:33:00 +0400
commit805ca03457661d6e354c308bb98e7e985f8ca79f (patch)
treed0cbc9391bca6c87bdf8c12e4e8c64d40d335d3e /less
parent7f6f3ff4622a9bd8394e8f418db7f9af3257ae47 (diff)
fix #3179: cut off radios and checkboxes
Diffstat (limited to 'less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index da94fa1fa6..7d967c6b3d 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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"] {