We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1751827 commit f54f7edCopy full SHA for f54f7ed
.changeset/yellow-readers-end.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cube-dev/ui-kit": patch
3
4
+
5
+Fix RadioGroup base layout.
src/components/fields/RadioGroup/Radio.tsx
@@ -57,10 +57,8 @@ const RadioWrapperElement = tasty({
57
styles: {
58
position: 'relative',
59
display: 'grid',
60
- placeItems: {
61
- '': 'center start',
62
- button: 'stretch',
63
- },
+ placeItems: 'center start',
+ placeContent: 'center start',
64
gap: '1x',
65
flow: 'column',
66
preset: 'default',
0 commit comments