aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-26 23:06:56 -0700
committerMark Otto <[email protected]>2012-08-26 23:06:56 -0700
commitf15eb7b499e3afa628b7baba1b02eed4fc079d33 (patch)
tree8a9f6c492e6c43a316d494690b6c33684a02bf40 /less/type.less
parentcfa039d2e0aff2bfd25b3cac129d01873f182eba (diff)
downloadbootstrap-f15eb7b499e3afa628b7baba1b02eed4fc079d33.tar.xz
bootstrap-f15eb7b499e3afa628b7baba1b02eed4fc079d33.zip
fixes #4506: clearfix added to .dl-horizontal to account for empty dd elements
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index 58723f788..5557b7e4a 100644
--- a/less/type.less
+++ b/less/type.less
@@ -116,6 +116,7 @@ dd {
}
// Horizontal layout (like forms)
.dl-horizontal {
+ .clearfix(); // Ensure dl clears floats if empty dd elements present
dt {
float: left;
width: 120px;