Skip to content

Commit e59a292

Browse files
committed
fix(form-control): nowrapをwrap=falseに修正
1 parent 5d111f4 commit e59a292

File tree

1 file changed

+1
-1
lines changed
  • packages/wiz-ui-next/src/components/custom/form

1 file changed

+1
-1
lines changed

Diff for: packages/wiz-ui-next/src/components/custom/form/control.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<WizStack
99
:direction="direction"
1010
:align="direction === 'horizontal' ? 'center' : undefined"
11-
nowrap
11+
:wrap="false"
1212
>
1313
<WizHStack :width="labelWidth" align="center" gap="xs2" py="xs2">
1414
<WizText

0 commit comments

Comments
 (0)