about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/components/dialogs/nuxs/TenMillion/index.tsx10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx
index 786c635c1..6d80dd12a 100644
--- a/src/components/dialogs/nuxs/TenMillion/index.tsx
+++ b/src/components/dialogs/nuxs/TenMillion/index.tsx
@@ -417,7 +417,15 @@ export function TenMillionInner({userNumber}: {userNumber: number}) {
                       />
                         */}
                       <View style={[a.gap_2xs, a.flex_1]}>
-                        <Text style={[a.text_sm, a.font_bold, a.leading_tight]}>
+                        <Text
+                          numberOfLines={1}
+                          style={[
+                            a.flex_1,
+                            a.text_sm,
+                            a.font_bold,
+                            a.leading_snug,
+                            {maxWidth: '60%'},
+                          ]}>
                           {sanitizeDisplayName(
                             profile.displayName ||
                               sanitizeHandle(profile.handle),