about summary refs log tree commit diff
path: root/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-12 16:24:32 +0900
committerGitHub <noreply@github.com>2024-03-12 16:24:32 +0900
commit2456ca828fc4ba05a085fa03c6f7c37b3edcd45e (patch)
tree66f4aba71042e83e3dfce03c6da4f487cc8e33da /src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
parent236223d02aa61d8f9011c7484c4e8827d336ecb6 (diff)
parentc1c7a55fd5849c66032692533681a5c9317cb6d3 (diff)
downloadvoidsky-2456ca828fc4ba05a085fa03c6f7c37b3edcd45e.tar.zst
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx')
-rw-r--r--src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx b/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
index dec53d2ed..1123f2675 100644
--- a/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
+++ b/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
@@ -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