Skip to content

Commit f029bb4

Browse files
committed
chore: cleanup
1 parent 14ba63f commit f029bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Command/Command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const CommandList = forwardRef<
6969
>(({ className, ...props }, ref) => (
7070
<CommandPrimitive.List
7171
ref={ref}
72-
className={cn("max-h-[340px] overflow-y-auto overflow-x-hidden", className)}
72+
className={cn("max-h-96 overflow-y-auto overflow-x-hidden", className)}
7373
{...props}
7474
/>
7575
));

0 commit comments

Comments
 (0)