Adding flex-wrap.

pull/722/head
Dessalines 2020-03-21 10:20:03 -04:00
parent 32c85599b6
commit f1ddf09cae
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
this.props.node.comment.parent_id &&
'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
className="mr-2 text-body font-weight-bold"
to={`/u/${node.comment.creator_name}`}