aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
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;