mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-208): update input wrapper classes for consistency in PurchaseRequestForm
This commit is contained in:
@@ -633,6 +633,9 @@ const PurchaseRequestForm = ({
|
|||||||
}
|
}
|
||||||
isDisabled={type === 'detail'}
|
isDisabled={type === 'detail'}
|
||||||
isClearable={type !== 'detail'}
|
isClearable={type !== 'detail'}
|
||||||
|
className={{
|
||||||
|
wrapper: 'w-full min-w-52 md:min-w-72 lg:min-w-80',
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@@ -673,7 +676,7 @@ const PurchaseRequestForm = ({
|
|||||||
isClearable={type !== 'detail'}
|
isClearable={type !== 'detail'}
|
||||||
placeholder='Pilih Produk'
|
placeholder='Pilih Produk'
|
||||||
className={{
|
className={{
|
||||||
wrapper: 'min-w-32',
|
wrapper: 'w-full min-w-52 md:min-w-72 lg:min-w-80',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user