Skip to content

Commit

Permalink
fix(radio-button): top-align wrapping labels (#8381)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauren Rice <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 16, 2021
1 parent 05909da commit 11ccbfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
flex-shrink: 0;
width: rem(18px);
height: rem(18px);
margin: rem(2px) $carbon--spacing-03 rem(2px) rem(2px);
margin: rem(1px) $carbon--spacing-03 rem(2px) rem(2px);
background-color: transparent;
border: $radio-border-width solid $icon-01;
border-radius: 50%;
Expand Down Expand Up @@ -150,7 +150,7 @@

.#{$prefix}--radio-button-wrapper .#{$prefix}--radio-button__label {
display: flex;
align-items: center;
align-items: flex-start;
justify-content: center;
margin: 0;
}
Expand Down

0 comments on commit 11ccbfa

Please sign in to comment.