mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Fix PostListing
mobile margin layout issue (#1706)
This commit is contained in:
parent
08370d4c4e
commit
fead020bdc
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue