mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Adding flex-wrap.
This commit is contained in:
parent
dbb04dab82
commit
46cf85a451
1 changed files with 1 additions and 1 deletions
2
ui/src/components/comment-node.tsx
vendored
2
ui/src/components/comment-node.tsx
vendored
|
@ -147,7 +147,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
||||||
this.props.node.comment.parent_id &&
|
this.props.node.comment.parent_id &&
|
||||||
'ml-2'}`}
|
'ml-2'}`}
|
||||||
>
|
>
|
||||||
<div class="d-flex align-items-center mb-1 mt-1 text-muted small">
|
<div class="d-flex flex-wrap align-items-center mb-1 mt-1 text-muted small">
|
||||||
<Link
|
<Link
|
||||||
className="mr-2 text-body font-weight-bold"
|
className="mr-2 text-body font-weight-bold"
|
||||||
to={`/u/${node.comment.creator_name}`}
|
to={`/u/${node.comment.creator_name}`}
|
||||||
|
|
Loading…
Reference in a new issue