From fb8eaad8a27c20b8c103e09f9b01e551a4a9b101 Mon Sep 17 00:00:00 2001 From: AOKI Takashi <55625375+RyushiAok@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:19:16 +0900 Subject: [PATCH 1/2] fix(form-control): nowrap --- packages/wiz-ui-next/src/components/custom/form/control.vue | 1 + .../src/components/custom/form/components/form-control.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/wiz-ui-next/src/components/custom/form/control.vue b/packages/wiz-ui-next/src/components/custom/form/control.vue index e679f70ad..a9971cbf9 100644 --- a/packages/wiz-ui-next/src/components/custom/form/control.vue +++ b/packages/wiz-ui-next/src/components/custom/form/control.vue @@ -1,5 +1,6 @@