From b6101b880d95cc65101375e5ee91a6ce9b23187c Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 2 Nov 2018 00:01:46 +0100 Subject: [PATCH] fix: show avatar on the left --- .../src/tabs/stream/components/Comment.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/coral-embed-stream/src/tabs/stream/components/Comment.css b/client/coral-embed-stream/src/tabs/stream/components/Comment.css index 8b7257b46..00d0d003c 100644 --- a/client/coral-embed-stream/src/tabs/stream/components/Comment.css +++ b/client/coral-embed-stream/src/tabs/stream/components/Comment.css @@ -18,6 +18,11 @@ .comment { position: relative; padding-left: 15px; + display: flex; +} + +.commentContainer { + width: 100%; } .commentLevel0 {