Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Go back to removing negative margin instead since it is most recent c…
…hange
  • Loading branch information
johnstonphilip committed Apr 23, 2020
commit 8f0909b0ce7b2e32231cf079e701b83e2e85ae2f
5 changes: 4 additions & 1 deletion packages/components/src/base-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

.components-base-control__field {
margin-bottom: $grid-unit-10;

.components-panel__row & {
margin-bottom: inherit;
}
}

.components-base-control__label {
Expand All @@ -12,7 +16,6 @@
}

.components-base-control__help {
margin-top: -$grid-unit-10;
font-style: italic;
}
}