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 5493d1c commit f0a8d79Copy full SHA for f0a8d79
.changeset/healthy-mayflies-retire.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cube-dev/ui-kit": patch
3
4
+
5
+Fix alignment in label position `split`.
src/components/form/FieldWrapper/FieldWrapper.tsx
@@ -22,7 +22,10 @@ const FieldElement = tasty({
22
'has-split': 'auto auto',
23
},
24
gap: 0,
25
- placeItems: 'baseline stretch',
+ placeItems: {
26
+ '': 'baseline stretch',
27
+ 'has-split': 'center',
28
+ },
29
placeContent: {
30
'': 'initial',
31
'has-split': 'space-between',
0 commit comments