Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix onboarding `FeedCard` text overflow (#3176)

authored by

Hailey and committed by
GitHub
c83fe94f 3a6e58ba

+3 -2
+3 -2
src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
··· 238 238 /> 239 239 </View> 240 240 241 - <View style={[a.pt_2xs, a.flex_grow]}> 241 + <View style={[a.pt_2xs, a.flex_1, a.flex_grow]}> 242 242 <Text 243 243 style={[ 244 244 a.text_md, 245 245 a.font_bold, 246 246 ctx.selected && styles.textSelected, 247 - ]}> 247 + ]} 248 + numberOfLines={1}> 248 249 {feed.displayName} 249 250 </Text> 250 251 <Text