From 8cbd76a58d02262005fa8d3461fd210dfaf3f41b Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Mon, 24 Nov 2025 10:19:17 +0900 Subject: [PATCH] =?UTF-8?q?height=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/ui/filter/button-groups.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/shared/ui/filter/button-groups.tsx b/src/shared/ui/filter/button-groups.tsx index 49a2b65..535dc4f 100644 --- a/src/shared/ui/filter/button-groups.tsx +++ b/src/shared/ui/filter/button-groups.tsx @@ -24,7 +24,8 @@ export const FilterButtonGroups = ({ style={{ width: `calc((100% - ${onwRowMaxBtn === 2? '10px': '30px'}) / ${onwRowMaxBtn})`, wordBreak: 'break-all', - fontSize: 'var(--fs-13)' + fontSize: 'var(--fs-13)', + height: 'auto' }} onClick={ () => setter(btnGroups[i]?.value || '') } >{ btnGroups[i]?.name } @@ -49,7 +50,8 @@ export const FilterButtonGroups = ({ visibility: 'hidden', width: `calc((100% - ${onwRowMaxBtn === 2? '10px': '30px'}) / ${onwRowMaxBtn})`, wordBreak: 'break-all', - fontSize: 'var(--fs-13)' + fontSize: 'var(--fs-13)', + height: 'auto' }} > );