diff --git a/apps/web/modules/ui/components/input-combo-box/index.tsx b/apps/web/modules/ui/components/input-combo-box/index.tsx index fd46bff167..957c0246de 100644 --- a/apps/web/modules/ui/components/input-combo-box/index.tsx +++ b/apps/web/modules/ui/components/input-combo-box/index.tsx @@ -226,7 +226,7 @@ export const InputCombobox: React.FC = ({ tabIndex={0} aria-controls="options" aria-expanded={open} - className={cn("flex h-full w-full cursor-pointer items-center justify-end bg-white pr-2", { + className={cn("flex w-full cursor-pointer items-center justify-end bg-white pr-2 h-10", { "w-10 justify-center pr-0": withInput && inputType !== "dropdown", "pointer-events-none": isClearing, })}>