Skip to content

Commit

Permalink
Merge pull request #1366 from pat270/clay-1365
Browse files Browse the repository at this point in the history
Fixes #1365 - Forms `.form-group-item` use `$form-group-margin-bottom…
  • Loading branch information
jbalsas authored Dec 7, 2018
2 parents 51de32d + 29ff825 commit 4c12977
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/clay-css/src/scss/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,11 @@ fieldset[disabled] label {
width: 100%;

&:not(:last-child) {
margin-bottom: 1rem;
margin-bottom: $form-group-margin-bottom;

@include media-breakpoint-down(xs) {
margin-bottom: $form-group-margin-bottom-mobile;
}
}
}

Expand Down

0 comments on commit 4c12977

Please sign in to comment.