refactor(FE-208,212): update input wrapper classes for improved responsiveness in PurchaseRequestForm

This commit is contained in:
rstubryan
2025-11-19 17:12:18 +07:00
parent 14f216a352
commit 432ea1e975
@@ -760,7 +760,7 @@ const PurchaseRequestForm = ({
isRepeaterInputError(idx, 'qty').errorMessage isRepeaterInputError(idx, 'qty').errorMessage
} }
className={{ className={{
wrapper: 'min-w-24', wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52',
}} }}
/> />
</td> </td>
@@ -780,7 +780,7 @@ const PurchaseRequestForm = ({
onBlur={formik.handleBlur} onBlur={formik.handleBlur}
type='text' type='text'
className={{ className={{
wrapper: 'min-w-24', wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52',
}} }}
disabled={true} disabled={true}
readOnly={true} readOnly={true}
@@ -813,7 +813,7 @@ const PurchaseRequestForm = ({
readOnly={true} readOnly={true}
disabled={true} disabled={true}
className={{ className={{
wrapper: 'min-w-24', wrapper: 'w-full min-w-32 md:min-w-48 lg:min-w-52',
}} }}
placeholder={ placeholder={
item.product_id item.product_id