diff options
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index eee1faad0..06bd5b3a5 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -255,7 +255,9 @@ textarea.xxlarge { // This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border .formColumns(@columnSpan: 1) { display: inline-block; + float: none; width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10; + margin-left: 0; } input, textarea { |
