Skip to content

Commit

Permalink
Fix onboarding FeedCard text overflow (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 11, 2024
1 parent 3a6e58b commit c83fe94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,14 @@ function FeedCardInner({feed}: {feed: FeedSourceInfo; config: FeedConfig}) {
/>
</View>

<View style={[a.pt_2xs, a.flex_grow]}>
<View style={[a.pt_2xs, a.flex_1, a.flex_grow]}>
<Text
style={[
a.text_md,
a.font_bold,
ctx.selected && styles.textSelected,
]}>
]}
numberOfLines={1}>
{feed.displayName}
</Text>
<Text
Expand Down

0 comments on commit c83fe94

Please sign in to comment.