Skip to content

Commit

Permalink
fix(forms): update the spacing between two form groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Jan 13, 2017
1 parent 8a3263d commit 3f0eaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ $form-check-input-margin-x: .25rem !default;

$form-check-inline-margin-x: .75rem !default;

$form-group-margin-bottom: ($spacer * 2);
$form-group-margin-bottom: ($spacer / 2);

$input-group-addon-bg: $white;
$input-group-addon-border-color: $input-border-color;
Expand Down
2 changes: 1 addition & 1 deletion scss/_o-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

.form-control-label {
margin-bottom: .625rem;
margin-bottom: 0;
}

&.row {
Expand Down

0 comments on commit 3f0eaed

Please sign in to comment.