]> Untitled Git - lemmy-ui.git/commitdiff
Fix `PostListing` mobile margin layout issue (#1706)
authorAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Thu, 29 Jun 2023 17:28:55 +0000 (13:28 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2023 17:28:55 +0000 (17:28 +0000)
src/shared/components/post/post-listing.tsx

index 586403be97c97199d48681594272408165b2a241..5c562a4a54ade85819dcfa48c5e5e151764aec1e 100644 (file)
@@ -403,8 +403,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
 
   createdLine() {
     const post_view = this.postView;
+
     return (
-      <div className="small">
+      <div className="small mb-1 mb-md-0">
         <span className="me-1">
           <PersonListing person={post_view.creator} />
         </span>