Skip to content

Commit e79a3b6

Browse files
author
Roman Snapko
committed
chore
1 parent 1b1850f commit e79a3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui-components/src/components/flow-template/flow-template-filter-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const FlowTemplateFilterItem = ({
3838
aria-selected={isActive}
3939
role="option"
4040
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',
41+
'w-full px-3 py-[10px] justify-start gap-2.5 inline-flex items-center overflow-hidden cursor-pointer hover:bg-muted relative',
4242
{
4343
'bg-muted': isActive,
4444
},

0 commit comments

Comments
 (0)