From d47ad9ac4092cf41b9da78fcbb6dcdbb4cc6575e Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 26 May 2026 16:08:52 -0700 Subject: [PATCH] Fix height problem --- src/components/multi-select/multi-select-tag-input.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/multi-select/multi-select-tag-input.tsx b/src/components/multi-select/multi-select-tag-input.tsx index 9791ccb94..65c945322 100644 --- a/src/components/multi-select/multi-select-tag-input.tsx +++ b/src/components/multi-select/multi-select-tag-input.tsx @@ -41,23 +41,23 @@ export function MultiSelectTagInput({ variant: "outline" }), "justify-between w-full inline-flex", - "text-muted-foreground pl-1.5 cursor-text h-auto py-1", + "text-muted-foreground pl-1.5 cursor-text h-9 py-0", "hover:bg-transparent hover:text-muted-foreground", props.disabled && "pointer-events-none opacity-50" )} > {props.value.map((option) => ( e.stopPropagation()} >