From 5cd8e72bf036e8838feb1c14d17240314a9448ad Mon Sep 17 00:00:00 2001 From: johngreen Date: Fri, 22 May 2026 19:16:08 +0900 Subject: [PATCH] =?UTF-8?q?fix(=ED=85=8C=EC=9D=B4=EB=B8=94=ED=83=80?= =?UTF-8?q?=EC=9E=85):=20=ED=83=AD=20=EB=84=88=EB=B9=84=20=EC=BB=A8?= =?UTF-8?q?=ED=85=90=EC=B8=A0=EC=97=90=20=EB=A7=9E=EC=B6=A4=20=E2=80=94=20?= =?UTF-8?q?shadcn=20TabsTrigger=20flex-1=20=EA=B8=B0=EB=B3=B8=EA=B0=92=20?= =?UTF-8?q?=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit shadcn TabsTrigger 가 기본 flex-1 이라 두 탭이 가로 폭 절반씩 차지해서 너무 넓게 늘어남. flex-none 으로 override 해서 글자/아이콘 폭만큼만 차지. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/app/(main)/admin/systemMng/tableMngList/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx b/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx index 20cb5159..ae039fc8 100644 --- a/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx +++ b/frontend/app/(main)/admin/systemMng/tableMngList/page.tsx @@ -1669,7 +1669,7 @@ export default function TableManagementPage() {