vendor/assets/stylesheets/forms.scss in anjlab-bootstrap-rails-0.1.3 vs vendor/assets/stylesheets/forms.scss in anjlab-bootstrap-rails-0.1.4
- old
+ new
@@ -234,10 +234,10 @@
// Grid style input sizes
// This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border
@mixin form-columns($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,
textarea,
select {