style genre picker

This commit is contained in:
andrzej 2024-09-27 11:11:03 +02:00
parent a4f5467832
commit 91e8a17525
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export default function GenrePicker({ genres, form }: ComponentProps<"div"> & {
<Button <Button
variant={"outline"} variant={"outline"}
className={cn( className={cn(
"min-w-fit max-w-full w-fit pl-3 text-left font-normal flex-wrap gap-y-1 h-fit min-h-10", "min-w-fit max-w-60 pl-3 text-left font-normal flex-wrap gap-y-1 h-fit min-h-10",
!field.value && "text-muted-foreground" !field.value && "text-muted-foreground"
)} )}
> >