From da4c1230157ff9c28027ae1b13af1606d8661279 Mon Sep 17 00:00:00 2001 From: kyuuseiryuu Date: Thu, 26 Mar 2026 14:02:16 +0900 Subject: [PATCH] style(ClubSearchTable): adjust search input container flex width and min-width - Add minWidth: 180 to the main flex container to prevent excessive shrinking. - Change the search input container width from fixed minWidth: 400 to dynamic width: '100%' with a new minWidth: 200. This ensures better responsiveness on smaller screens while maintaining usability. --- src/components/ClubSearchTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ClubSearchTable.tsx b/src/components/ClubSearchTable.tsx index d76443b..548c923 100644 --- a/src/components/ClubSearchTable.tsx +++ b/src/components/ClubSearchTable.tsx @@ -93,11 +93,11 @@ export const ClubSearchTable = (props: Props) => { ]} /> {clubType !== ClubType.ζˆ‘ηš„ζ”Άθ— ? ( - + setProvinceCity({ province, city })} /> - + {