2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

add input width calculation fix from #408 to the 2.0 branch

This commit is contained in:
Jeff Adams
2011-11-29 11:12:32 -06:00
parent ba17414d77
commit d48027d495
3 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ select:focus {
.formColumns(@columnSpan: 1) {
display: inline-block;
float: none;
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10;
margin-left: 0;
}
input,