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