Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
num of lines 2
Browse files Browse the repository at this point in the history
  • Loading branch information
intergalacticspacehighway committed Dec 7, 2023
1 parent afcb2a7 commit 8aa351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/video-feed/video-feed-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const VideoFeedItem = memo(function VideoFeedItem({
/>
) : null}
</View>
<CollapsibleText tw="text-white" initialNumberOfLines={1}>
<CollapsibleText tw="text-white" initialNumberOfLines={2}>
{description}
</CollapsibleText>
</View>
Expand Down

0 comments on commit 8aa351d

Please sign in to comment.