From 4b3281f5d38d755dd40515aac72a6df3927c76e9 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 21 Feb 2023 13:26:05 -0500 Subject: [PATCH] Fixing line formatting. --- src/shared/components/post/post-listing.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index f8140c3e..7580daf3 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -434,15 +434,18 @@ export class PostListing extends Component { let post = this.props.post_view.post; return ( -
+
); } @@ -457,16 +460,19 @@ export class PostListing extends Component { {url ? ( this.props.showBody ? ( -
+
) : ( this.postLink @@ -477,7 +483,7 @@ export class PostListing extends Component { {(url && isImage(url)) || (post.thumbnail_url && (