Skip to content

Commit 2b0d7fb

Browse files
committed
fix(Radio): flex shrink
1 parent 62c2a9f commit 2b0d7fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/fields/RadioGroup/RadioGroup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const RadioGroupElement = tasty({
6969
'tabs | disabled': '#dark.06',
7070
},
7171
width: 'max-content max-content initial',
72+
flexShrink: 0,
7273
gap: {
7374
'': '1x',
7475
tabs: '.5x',

0 commit comments

Comments
 (0)