Skip to content

Commit 0c6e926

Browse files
committed
fix: css
1 parent a506d04 commit 0c6e926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/UI/Trending/components/FilterBar/FilterBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const FilterButton: React.FC<FilterButtonProps> = ({
5050
<Icon name={iconName} color={IconColor.Default} size={IconSize.Sm} />
5151
)}
5252
<Text
53-
style={tw`min-w-0 text-[14px] font-medium text-default`}
53+
style={tw`min-w-0 shrink text-[14px] font-medium text-default`}
5454
numberOfLines={numberOfLines}
5555
ellipsizeMode={ellipsizeMode}
5656
>

0 commit comments

Comments
 (0)