diff --git a/src/components/pages/inventory/movement/form/MovementForm.tsx b/src/components/pages/inventory/movement/form/MovementForm.tsx
index a35937f7..034e7b91 100644
--- a/src/components/pages/inventory/movement/form/MovementForm.tsx
+++ b/src/components/pages/inventory/movement/form/MovementForm.tsx
@@ -1081,6 +1081,10 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
options={getFilteredProductWarehouseOptions()}
isDisabled={type === 'detail'}
isClearable
+ className={{
+ wrapper:
+ 'w-full min-w-52 md:min-w-72 lg:min-w-80',
+ }}
/>
@@ -1103,7 +1107,7 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
}
readOnly={type === 'detail'}
className={{
- wrapper: 'w-full min-w-24',
+ wrapper: 'w-full min-w-48',
}}
/>
|
@@ -1126,6 +1130,10 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
isLoading={isLoadingSuppliers}
isDisabled={type === 'detail'}
isClearable
+ className={{
+ wrapper:
+ 'w-full min-w-52 md:min-w-72 lg:min-w-80',
+ }}
/>
@@ -1141,6 +1149,10 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
idx
)}
readOnly={type === 'detail'}
+ className={{
+ wrapper:
+ 'w-full min-w-52 md:min-w-72 lg:min-w-80',
+ }}
/>
|
@@ -1165,6 +1177,10 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
idx
)}
readOnly={type === 'detail'}
+ className={{
+ wrapper:
+ 'w-full min-w-72 md:w-min-80 lg:w-min-96',
+ }}
/>
|
@@ -1183,6 +1199,9 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
idx
)}
readOnly={type === 'detail'}
+ className={{
+ wrapper: 'w-full min-w-48',
+ }}
/>
|
@@ -1204,6 +1223,9 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
idx
)}
readOnly={type === 'detail'}
+ className={{
+ wrapper: 'w-full min-w-48',
+ }}
/>
|
@@ -1219,6 +1241,10 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
idx
)}
readOnly={type === 'detail'}
+ className={{
+ wrapper:
+ 'w-full min-w-52 md:min-w-72 lg:min-w-80',
+ }}
/>
|
{type !== 'detail' && (