mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-17 18:30:16 -06:00
fix: input combobx height (#7256)
This commit is contained in:
committed by
GitHub
parent
08ac490512
commit
5aa1427e64
@@ -226,7 +226,7 @@ export const InputCombobox: React.FC<InputComboboxProps> = ({
|
||||
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,
|
||||
})}>
|
||||
|
||||
Reference in New Issue
Block a user