From: Jay Sitter Date: Sun, 18 Jun 2023 04:41:47 +0000 (-0400) Subject: fix: Fix display inline of post title X-Git-Url: http://these/git/?a=commitdiff_plain;h=3e0ad0d56de0f9ef528c502e8c1427247a637a96;p=lemmy-ui.git fix: Fix display inline of post title --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 1120de1..222e485 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -497,7 +497,7 @@ export class PostListing extends Component { const post = this.postView.post; return ( { to={`/post/${post.id}`} title={i18n.t("comments")} > -