Grid style input sizes
Created by: estebanmainieri
I think there's an issue with .formColumns() located in forms.less
If you change the grid proportions the size of the form inputs will be wrong.
This works for me:
.formColumns(@columnSpan: 1) { display: inline-block; float: none; width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10; margin-left: 0; }