summaryrefslogtreecommitdiffstats
path: root/ui/src/components/comment-node.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-21 10:20:03 -0400
committerDessalines <tyhou13@gmx.com>2020-03-21 10:20:03 -0400
commitf1ddf09cae6e6381a5bb905af3d2c9016df8ca7f (patch)
tree3c25dffe0520423c37bb89563300ceb27ed936d1 /ui/src/components/comment-node.tsx
parent32c85599b6b6f407cbc8d2c21846d5bab3c7e0f0 (diff)
Adding flex-wrap.
Diffstat (limited to 'ui/src/components/comment-node.tsx')
-rw-r--r--ui/src/components/comment-node.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx
index 7813168b..39f29b5f 100644
--- a/ui/src/components/comment-node.tsx
+++ b/ui/src/components/comment-node.tsx
@@ -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}`}