From: Dessalines Date: Tue, 21 Feb 2023 20:53:15 +0000 (-0500) Subject: Fixing line formatting. (#947) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=a09b301429b6e602c241c6d63238648f3993bb6a;p=lemmy-ui.git Fixing line formatting. (#947) --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index f8140c3..7580daf 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 && (