We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d111f4 commit e59a292Copy full SHA for e59a292
packages/wiz-ui-next/src/components/custom/form/control.vue
@@ -8,7 +8,7 @@
8
<WizStack
9
:direction="direction"
10
:align="direction === 'horizontal' ? 'center' : undefined"
11
- nowrap
+ :wrap="false"
12
>
13
<WizHStack :width="labelWidth" align="center" gap="xs2" py="xs2">
14
<WizText
0 commit comments