Skip to content

Commit

Permalink
fix(radio-button): avoid outline cutoff in hidden overflow containers (
Browse files Browse the repository at this point in the history
…#7886)

* Revert "fix(radio-button): margin bug fix (#7133)"

This reverts commit 5e9b3fc.

* fix(radio-button): avoid outline cutoff in hidden overflow containers

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] committed Feb 24, 2021
1 parent 8322ccd commit 58e48ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
flex-shrink: 0;
width: rem(18px);
height: rem(18px);
margin: 2px $carbon--spacing-03 2px $carbon--spacing-03;
margin: rem(2px) $carbon--spacing-03 rem(2px) rem(2px);
background-color: transparent;
border: $radio-border-width solid $icon-01;
border-radius: 50%;
Expand Down

0 comments on commit 58e48ff

Please sign in to comment.