Skip to content

Commit

Permalink
Simplify .form-row
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Mar 19, 2019
1 parent 50eacf4 commit 63f3ff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ textarea.form-control {
margin-right: -$form-grid-gutter-width / 2;
margin-left: -$form-grid-gutter-width / 2;

> .col,
> [class*="col-"] {
> * {
padding-right: $form-grid-gutter-width / 2;
padding-left: $form-grid-gutter-width / 2;
}
Expand Down

0 comments on commit 63f3ff4

Please sign in to comment.