2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

add clearfix to control-group for longer labels and any other unforeseen circumstances

This commit is contained in:
Mark Otto
2012-01-27 21:20:58 -08:00
parent d0447e9aa5
commit 78120edf72
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -505,6 +505,7 @@ select:focus:required:invalid {
// Increase spacing between groups
.control-group {
margin-bottom: @baseLineHeight;
.clearfix();
}
// Float the labels left
.control-group > label {