Skip to content

Commit

Permalink
Fix helper top margin when used with RadioControl. (#17677)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaiuditd authored and youknowriad committed Oct 10, 2019
1 parent 99ffdc1 commit afc287c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/radio-control/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.components-radio-control {
display: flex;
flex-direction: column;

.components-base-control__help {
margin-top: 0;
}
}

.components-radio-control__option:not(:last-child) {
Expand Down

0 comments on commit afc287c

Please sign in to comment.