From 859e92d58aec4b6e026110fad1d6e887cec2ea7a Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 12 Feb 2025 17:45:07 -0600 Subject: [PATCH] Reapply "ok nvm that breaks the site" This reverts commit d9d877031b252278620a48c703711388560815dd. --- src/components/ui/select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/select.tsx b/src/components/ui/select.tsx index 4bebbf0..52c670c 100644 --- a/src/components/ui/select.tsx +++ b/src/components/ui/select.tsx @@ -17,7 +17,7 @@ const SelectTrigger = React.forwardRef< span]:line-clamp-1', + 'flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border-none bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1', className, )} {...props}