From 572493e7e8390d848b1701b2fa44ed6a412d9100 Mon Sep 17 00:00:00 2001 From: nakaterm <104970808+nakaterm@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:44:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=9C=E6=88=90=E6=99=82=E3=81=AE=20U?= =?UTF-8?q?I=20=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/Project.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/Project.tsx b/client/src/pages/Project.tsx index 995f033..4f236fb 100644 --- a/client/src/pages/Project.tsx +++ b/client/src/pages/Project.tsx @@ -296,7 +296,7 @@ export default function ProjectPage() { ) : eventId !== undefined && !project ? (
-
+

イベントが見つかりませんでした。

ホームに戻る @@ -603,7 +603,7 @@ export default function ProjectPage() { defaultValue={field.label} maxLength={50} placeholder="参加形態名(例:対面、オンライン)" - className={`flex-1 rounded-lg border px-3 py-2 text-base transition-colors focus:border-primary focus:outline-none focus:ring-2 focus:ring-primary/20 sm:px-4 sm:py-2.5 ${errors.participationOptions?.[index]?.label ? "border-red-500" : "border-base-300"}`} + className={`min-w-0 flex-1 rounded-lg border px-3 py-2 text-base transition-colors focus:border-primary focus:outline-none focus:ring-2 focus:ring-primary/20 sm:px-4 sm:py-2.5 ${errors.participationOptions?.[index]?.label ? "border-red-500" : "border-base-300"}`} onBlur={() => { trigger(`participationOptions.${index}.label` as const); }} @@ -706,7 +706,7 @@ export default function ProjectPage() {