From 6ca365fca1a7815fcf2c20048b347d3df704ff15 Mon Sep 17 00:00:00 2001 From: Alec Armbruster <35377827+alectrocute@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:57:47 -0400 Subject: [PATCH] fix margin issue on postlisting mobile view --- src/shared/components/post/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 586403be..9b2d604a 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1373,7 +1373,7 @@ export class PostListing extends Component {
- {this.createdLine()} +
{this.createdLine()}
{/* If it has a thumbnail, do a right aligned thumbnail */} {this.mobileThumbnail()}