2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #4771: widen .form-horizontal labels and .dl-horizontal terms given larger font-size of 2.1.0

This commit is contained in:
Mark Otto
2012-08-28 10:12:04 -07:00
parent 545edf5459
commit e27b1355b5
5 changed files with 18 additions and 13 deletions
+2 -2
View File
@@ -119,13 +119,13 @@ dd {
.clearfix(); // Ensure dl clears floats if empty dd elements present
dt {
float: left;
width: 120px;
width: @horizontalComponentOffset - 20;
clear: left;
text-align: right;
.text-overflow();
}
dd {
margin-left: 130px;
margin-left: @horizontalComponentOffset;
}
}