From f264474293c21490bd5507e7495b246840aa79f4 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 12 Nov 2025 13:14:27 +0700 Subject: [PATCH] refactor(FE-208): update modal width classes in PurchaseTable for improved responsiveness --- src/components/pages/purchase/PurchaseTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/purchase/PurchaseTable.tsx b/src/components/pages/purchase/PurchaseTable.tsx index 9e10438b..86338de9 100644 --- a/src/components/pages/purchase/PurchaseTable.tsx +++ b/src/components/pages/purchase/PurchaseTable.tsx @@ -453,7 +453,7 @@ const PurchaseTable = () => { ref={staffApprovalModal.ref} closeOnBackdrop className={{ - modalBox: 'w-full max-w-6xl max-h-[90vh] overflow-y-auto' + modalBox: 'w-full max-w-screen-2xl max-h-[90vh] overflow-y-auto', }} > { ref={acceptApprovalModal.ref} closeOnBackdrop className={{ - modalBox: 'w-full max-w-6xl max-h-[90vh] overflow-y-auto' + modalBox: 'w-full max-w-screen-2xl max-h-[90vh] overflow-y-auto', }} >