diff options
Diffstat (limited to 'src/components/dms/dialogs/SearchablePeopleList.tsx')
-rw-r--r-- | src/components/dms/dialogs/SearchablePeopleList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/dialogs/SearchablePeopleList.tsx b/src/components/dms/dialogs/SearchablePeopleList.tsx index d92ea6835..a13dfe509 100644 --- a/src/components/dms/dialogs/SearchablePeopleList.tsx +++ b/src/components/dms/dialogs/SearchablePeopleList.tsx @@ -395,7 +395,7 @@ function ProfileCard({ /> <View style={[a.flex_1, a.gap_2xs]}> <Text - style={[t.atoms.text, a.font_bold, a.leading_tight]} + style={[t.atoms.text, a.font_bold, a.leading_tight, a.self_start]} numberOfLines={1}> {displayName} </Text> |