We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1850f commit e79a3b6Copy full SHA for e79a3b6
1 file changed
packages/ui-components/src/components/flow-template/flow-template-filter-sidebar.tsx
@@ -38,7 +38,7 @@ const FlowTemplateFilterItem = ({
38
aria-selected={isActive}
39
role="option"
40
className={cn(
41
- 'w-full px-3 py-[10px] justify-start gap-2.5 inline-flex items-center overflow-visible cursor-pointer hover:bg-muted relative',
+ 'w-full px-3 py-[10px] justify-start gap-2.5 inline-flex items-center overflow-hidden cursor-pointer hover:bg-muted relative',
42
{
43
'bg-muted': isActive,
44
},
0 commit comments