Skip to content

Commit 58e48ff

Browse files
fix(radio-button): avoid outline cutoff in hidden overflow containers (#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>
1 parent 8322ccd commit 58e48ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/radio-button/_radio-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
flex-shrink: 0;
7272
width: rem(18px);
7373
height: rem(18px);
74-
margin: 2px $carbon--spacing-03 2px $carbon--spacing-03;
74+
margin: rem(2px) $carbon--spacing-03 rem(2px) rem(2px);
7575
background-color: transparent;
7676
border: $radio-border-width solid $icon-01;
7777
border-radius: 50%;

0 commit comments

Comments
 (0)