Merge branch 'main' into cache-control

This commit is contained in:
SleeplessOne1917 2023-06-29 13:35:44 -04:00 committed by GitHub
commit fa41117320
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>