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 ec64188 commit 32b7a1fCopy full SHA for 32b7a1f
src/components/form/FieldWrapper/FieldWrapper.tsx
@@ -16,6 +16,7 @@ const FieldElement = tasty({
16
qa: 'Field',
17
styles: {
18
display: 'grid',
19
+ width: 'auto',
20
gridColumns: {
21
'': 'minmax(0, 1fr)',
22
'has-sider': '@(full-label-width, auto) minmax(0, 1fr)',
0 commit comments