From 432ea1e975f0bf71fa653a3d390596f00e0e6c8c Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 19 Nov 2025 17:12:18 +0700 Subject: [PATCH] refactor(FE-208,212): update input wrapper classes for improved responsiveness in PurchaseRequestForm --- .../pages/purchase/form/request/PurchaseRequestForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx b/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx index 5b0271d1..6dc81039 100644 --- a/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx +++ b/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx @@ -760,7 +760,7 @@ const PurchaseRequestForm = ({ isRepeaterInputError(idx, 'qty').errorMessage } className={{ - wrapper: 'min-w-24', + wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52', }} /> @@ -780,7 +780,7 @@ const PurchaseRequestForm = ({ onBlur={formik.handleBlur} type='text' className={{ - wrapper: 'min-w-24', + wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52', }} disabled={true} readOnly={true} @@ -813,7 +813,7 @@ const PurchaseRequestForm = ({ readOnly={true} disabled={true} className={{ - wrapper: 'min-w-24', + wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52', }} placeholder={ item.product_id