From fbd0ef0930a73f55456321ab1c697f767c26a27d Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Tue, 29 Oct 2024 23:03:22 +0300 Subject: [PATCH] fix: fix dropdown size is very small Fixes #2314 --- .../Configs/Changes/ConfigChangesFilters/ChangeTypesDropdown.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Configs/Changes/ConfigChangesFilters/ChangeTypesDropdown.tsx b/src/components/Configs/Changes/ConfigChangesFilters/ChangeTypesDropdown.tsx index 5ecc0352e..b6bb4f953 100644 --- a/src/components/Configs/Changes/ConfigChangesFilters/ChangeTypesDropdown.tsx +++ b/src/components/Configs/Changes/ConfigChangesFilters/ChangeTypesDropdown.tsx @@ -44,6 +44,7 @@ export function ChangesTypesDropdown({ searchParamKey = "changeType" }: Props) { options={configItemsOptionsItems} isLoading={isLoading} value={field.value} + minMenuWidth="20rem" onChange={(value) => { if (value && value !== "all") { field.onChange({