diff options
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less index 77e1ce24b..85e6e361e 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -235,9 +235,7 @@ 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 - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1)); - margin-left: 0; } input, textarea, |
