From ecec7d91400d86ec02ff7e028e3ccb5a26f737e7 Mon Sep 17 00:00:00 2001 From: Oxojo Date: Sat, 14 Dec 2024 15:32:04 +0900 Subject: [PATCH] =?UTF-8?q?min-width=20=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UI/FormInput.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UI/FormInput.vue b/src/components/UI/FormInput.vue index b26e7e4..0744fbc 100644 --- a/src/components/UI/FormInput.vue +++ b/src/components/UI/FormInput.vue @@ -88,6 +88,7 @@ const handleInput = (event: Event) => { } .input { flex-grow: 1; + min-width: 0; &::placeholder { color: $color-secondary; }