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=cd0a5a60c671626c1415ef45e51c79ed64ed7390;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 40b8ff2..942c765 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")} > -