mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-208,212): update input wrapper classes for improved responsiveness in PurchaseRequestForm
This commit is contained in:
@@ -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',
|
||||
}}
|
||||
/>
|
||||
</td>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user