adjust width calculations for formColumns to fix issue #404

This commit is contained in:
Jeff Adams
2011-10-10 14:32:59 -05:00
parent c85e93cd90
commit 12cb0822e8
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ textarea.xxlarge {
.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,