Skip to content

Commit

Permalink
Fix PostListing mobile margin layout issue (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
alectrocute authored Jun 29, 2023
1 parent 08370d4 commit fead020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shared/components/post/post-listing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fead020

Please sign in to comment.