diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 90698ab312..0b49995fe1 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -235,15 +235,19 @@ const PostLoaded = observer( size={9} style={[pal.textLight, s.mr5]} /> - - Reply to - - + style={[pal.textLight, s.mr2]} + lineHeight={1.2} + numberOfLines={1}> + Reply to{' '} + + )} - - Reply to - - + style={[pal.textLight, s.mr2]} + lineHeight={1.2} + numberOfLines={1}> + Reply to{' '} + + )}