From: Jay Sitter Date: Sun, 18 Jun 2023 16:46:31 +0000 (-0400) Subject: fix: Fix post creator text alignment X-Git-Url: http://these/git/?a=commitdiff_plain;h=90cd24b8caa012ddeb878818401d9189d88ab233;p=lemmy-ui.git fix: Fix post creator text alignment --- diff --git a/src/shared/components/person/person-listing.tsx b/src/shared/components/person/person-listing.tsx index fe8b841..4d2f5cf 100644 --- a/src/shared/components/person/person-listing.tsx +++ b/src/shared/components/person/person-listing.tsx @@ -48,7 +48,9 @@ export class PersonListing extends Component { {!this.props.realLink ? ( {this.avatarAndName(displayName)} @@ -56,7 +58,9 @@ export class PersonListing extends Component { ) : ( diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 56961e2..93a436f 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -386,10 +386,10 @@ export class PostListing extends Component { )} {this.props.showCommunity && ( - - {i18n.t("to")} - - + <> + {" "} + {i18n.t("to")} + )} {post_view.post.language_id !== 0 && (