diff --git a/src/components/SearchInput.jsx b/src/components/SearchInput.jsx
index dcf2657..134c301 100644
--- a/src/components/SearchInput.jsx
+++ b/src/components/SearchInput.jsx
@@ -31,7 +31,7 @@ function DebounceSelect({ fetchOptions, debounceTimeout = 800, ...props }) {
showSearch
allowClear
maxTagCount={1}
- dropdownStyle={{width: '16rem'}}
+ dropdownStyle={{width: '20rem'}}
{...props}
onSearch={debounceFetcher}
notFoundContent={fetching ? : null}
diff --git a/src/views/products/Manage.jsx b/src/views/products/Manage.jsx
index e18b164..3e5d3b6 100644
--- a/src/views/products/Manage.jsx
+++ b/src/views/products/Manage.jsx
@@ -70,15 +70,12 @@ function Index() {