We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506d04 commit 0c6e926Copy full SHA for 0c6e926
1 file changed
app/components/UI/Trending/components/FilterBar/FilterBar.tsx
@@ -50,7 +50,7 @@ export const FilterButton: React.FC<FilterButtonProps> = ({
50
<Icon name={iconName} color={IconColor.Default} size={IconSize.Sm} />
51
)}
52
<Text
53
- style={tw`min-w-0 text-[14px] font-medium text-default`}
+ style={tw`min-w-0 shrink text-[14px] font-medium text-default`}
54
numberOfLines={numberOfLines}
55
ellipsizeMode={ellipsizeMode}
56
>
0 commit comments