Fix PostListing mobile margin layout issue (#1706)

This commit is contained in:
Alec Armbruster 2023-06-29 13:28:55 -04:00 committed by GitHub
parent 08370d4c4e
commit fead020bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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