Skip to content

Commit

Permalink
fix(compound-field): Remove margin if compound field is found inside …
Browse files Browse the repository at this point in the history
…of a stacked form (#3274)
  • Loading branch information
brandonferrua authored May 17, 2018
1 parent 1b17639 commit 0d3e752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/form-layout/compound/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

.slds-form-element + .slds-form-element {
padding-left: $spacing-x-small;
margin-top: 0;
}
}
}

0 comments on commit 0d3e752

Please sign in to comment.