From 655e971788e03ab0d0239d59df6f58e7bd7b1ef4 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 20 Nov 2025 14:44:41 +0700 Subject: [PATCH] refactor(FE-208): update input wrapper classes for consistency in PurchaseRequestForm --- .../pages/purchase/form/request/PurchaseRequestForm.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx b/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx index 5b8419cb..7496ab97 100644 --- a/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx +++ b/src/components/pages/purchase/form/request/PurchaseRequestForm.tsx @@ -633,6 +633,9 @@ const PurchaseRequestForm = ({ } isDisabled={type === 'detail'} isClearable={type !== 'detail'} + className={{ + wrapper: 'w-full min-w-52 md:min-w-72 lg:min-w-80', + }} /> @@ -673,7 +676,7 @@ const PurchaseRequestForm = ({ isClearable={type !== 'detail'} placeholder='Pilih Produk' className={{ - wrapper: 'min-w-32', + wrapper: 'w-full min-w-52 md:min-w-72 lg:min-w-80', }} />