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 {