style: make the tag list more compact

This commit is contained in:
zhom
2025-08-15 19:29:06 +04:00
parent 74e1642aa2
commit 3b78fea62a
+1 -1
View File
@@ -527,7 +527,7 @@ const MultipleSelector = React.forwardRef<
<CommandGroup
key={key}
heading={key}
className="overflow-auto h-full"
className="overflow-auto h-24"
>
{dropdowns.map((option) => {
return (