mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
rollback the issue with select
This commit is contained in:
parent
9b50816f57
commit
d3ec6f133d
@ -25,7 +25,7 @@ const SelectTrigger = forwardRefIfNeeded<
|
||||
<SelectPrimitive.Trigger
|
||||
ref={ref}
|
||||
className={cn(
|
||||
"stack-scope flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input 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",
|
||||
"flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input 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",
|
||||
loading && "cursor-wait",
|
||||
className
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user