diff options
author | Eric Bailey <git@esb.lol> | 2024-09-12 21:23:18 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-12 21:24:32 -0500 |
commit | 4637c66390193a50628ae23a7891381da92abd24 (patch) | |
tree | 2c7177ca9ace92e2eb39df19472cdddfb9ea7625 /src/components/dialogs/nuxs | |
parent | 003f9e06d40cebac812e4d0200b305727b5621e4 (diff) | |
download | voidsky-4637c66390193a50628ae23a7891381da92abd24.tar.zst |
Let display name wrap
Diffstat (limited to 'src/components/dialogs/nuxs')
-rw-r--r-- | src/components/dialogs/nuxs/TenMillion/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx index 6d80dd12a..28384c3c0 100644 --- a/src/components/dialogs/nuxs/TenMillion/index.tsx +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -418,12 +418,11 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { */} <View style={[a.gap_2xs, a.flex_1]}> <Text - numberOfLines={1} style={[ a.flex_1, a.text_sm, a.font_bold, - a.leading_snug, + a.leading_tight, {maxWidth: '60%'}, ]}> {sanitizeDisplayName( |