Skip to content

Commit 5fb963f

Browse files
authored
fix(RadioGroup): base layout (#840)
1 parent 1751827 commit 5fb963f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changeset/yellow-readers-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Fix RadioGroup base layout.

src/components/fields/RadioGroup/Radio.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ const RadioWrapperElement = tasty({
5757
styles: {
5858
position: 'relative',
5959
display: 'grid',
60-
placeItems: {
61-
'': 'center start',
62-
button: 'stretch',
63-
},
60+
placeItems: 'center start',
61+
placeContent: 'center start',
6462
gap: '1x',
6563
flow: 'column',
6664
preset: 'default',

0 commit comments

Comments
 (0)