diff --git a/apps/dashboard/src/components/ui/select.tsx b/apps/dashboard/src/components/ui/select.tsx index 802765aff..d856b5b0d 100644 --- a/apps/dashboard/src/components/ui/select.tsx +++ b/apps/dashboard/src/components/ui/select.tsx @@ -86,12 +86,13 @@ const SelectContent = forwardRefIfNeeded< @@ -99,7 +100,7 @@ const SelectContent = forwardRefIfNeeded< className={cn( "p-1", position === "popper" && - "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]" + "w-full min-w-[var(--radix-select-trigger-width)]" )} > {children}