From 33dfa6b47530f11e12a023801f0c761f96e3ee31 Mon Sep 17 00:00:00 2001 From: kmh Date: Wed, 18 Mar 2026 14:27:19 +0900 Subject: [PATCH] fix: update ItemRoutingComponent dialog width for better responsiveness - Changed the maximum width of the add item dialog to be more flexible, allowing it to utilize the full width of the viewport while respecting the configured maximum width. - This adjustment aims to enhance the user experience by ensuring the dialog is appropriately sized across different screen sizes. --- .../components/v2-item-routing/ItemRoutingComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/registry/components/v2-item-routing/ItemRoutingComponent.tsx b/frontend/lib/registry/components/v2-item-routing/ItemRoutingComponent.tsx index 53717003..901fa2ad 100644 --- a/frontend/lib/registry/components/v2-item-routing/ItemRoutingComponent.tsx +++ b/frontend/lib/registry/components/v2-item-routing/ItemRoutingComponent.tsx @@ -458,7 +458,7 @@ export function ItemRoutingComponent({ {/* ════ 품목 추가 다이얼로그 (테이블 형태 + 검색) ════ */} - + 품목 추가