Skip to content

Commit 0d3e752

Browse files
fix(compound-field): Remove margin if compound field is found inside of a stacked form (#3274)
1 parent 1b17639 commit 0d3e752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/components/form-layout/compound/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
.slds-form-element + .slds-form-element {
2626
padding-left: $spacing-x-small;
27+
margin-top: 0;
2728
}
2829
}
2930
}

0 commit comments

Comments
 (0)