]> Untitled Git - lemmy.git/commitdiff
Adding flex-wrap.
authorDessalines <tyhou13@gmx.com>
Sat, 21 Mar 2020 14:20:03 +0000 (10:20 -0400)
committerDessalines <tyhou13@gmx.com>
Sat, 21 Mar 2020 14:20:03 +0000 (10:20 -0400)
ui/src/components/comment-node.tsx

index 7813168bedd6ddf0e1dff3a831b320cab8d15283..39f29b5f84eab110dc4bd7ca37f9915e7b923cdb 100644 (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}`}