diff options
Diffstat (limited to 'src/view/com/composer/ComposerReplyTo.tsx')
-rw-r--r-- | src/view/com/composer/ComposerReplyTo.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx index bafac18f5..0ced14359 100644 --- a/src/view/com/composer/ComposerReplyTo.tsx +++ b/src/view/com/composer/ComposerReplyTo.tsx @@ -94,7 +94,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) { <View style={[a.flex_1, a.pl_md, a.pr_sm, a.gap_2xs]}> <View style={[a.flex_row, a.align_center, a.pr_xs]}> <Text - style={[a.font_bold, a.text_md, a.flex_shrink]} + style={[a.font_bold, a.text_md, a.leading_snug, a.flex_shrink]} numberOfLines={1} emoji> {sanitizeDisplayName( |