From 19d6ded631b3a22bc44e7763bf1f75efa704be4d Mon Sep 17 00:00:00 2001 From: Ollie H Date: Thu, 11 May 2023 08:38:54 -0700 Subject: Prevent reply to from cascading (#610) --- src/view/com/post/Post.tsx | 20 ++++++++++++-------- src/view/com/posts/FeedItem.tsx | 20 ++++++++++++-------- 2 files changed, 24 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 90698ab31..0b49995fe 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{' '} + + )}