|
@@ -15,7 +15,7 @@ export function Search({ className = '', placeholder = 'Search' }: Props) {
|
|
|
<Button
|
|
<Button
|
|
|
variant='outline'
|
|
variant='outline'
|
|
|
className={cn(
|
|
className={cn(
|
|
|
- 'relative h-8 w-full flex-1 justify-start rounded-md bg-muted/25 hover:bg-muted/50 text-sm font-normal text-muted-foreground shadow-none sm:pr-12 md:w-40 lg:w-56 xl:w-64',
|
|
|
|
|
|
|
+ 'relative h-8 w-full flex-1 md:flex-none justify-start rounded-md bg-muted/25 hover:bg-muted/50 text-sm font-normal text-muted-foreground shadow-none sm:pr-12 md:w-40 lg:w-56 xl:w-64',
|
|
|
className
|
|
className
|
|
|
)}
|
|
)}
|
|
|
onClick={() => setOpen(true)}
|
|
onClick={() => setOpen(true)}
|