summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-08-25 07:21:43 +0000
committerjoonhoekim <26rote@gmail.com>2025-08-25 07:21:43 +0000
commit780d56edd3772813b4e557061a3c90d9f7d1ddd0 (patch)
tree71d2526637ac89811fe3e1b4e7e2b280dc2457cd /app
parentfe924e1581fff24a91d65b33313bd3f39499bd72 (diff)
(김준회) 로그인 페이지 자동 리다이렉트 (이미 로그인한 경우) 및 시스템 설정 스타일 오류 수정, 로딩 애니메이션 컴포넌트 추가
Diffstat (limited to 'app')
-rw-r--r--app/[lng]/evcp/(evcp)/system/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/system/layout.tsx b/app/[lng]/evcp/(evcp)/system/layout.tsx
index 2776ed8b..2933b298 100644
--- a/app/[lng]/evcp/(evcp)/system/layout.tsx
+++ b/app/[lng]/evcp/(evcp)/system/layout.tsx
@@ -68,7 +68,7 @@ export default async function SettingsLayout({
<aside className="-mx-4 lg:w-1/5">
<SidebarNav items={sidebarNavItems} />
</aside>
- <div className="flex-1 ">{children}</div>
+ <div className="flex-1 min-w-0 overflow-hidden">{children}</div>
</div>
</div>
</section>