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 { diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 6cd9bd580..b9330ba62 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -112,11 +112,6 @@ body { position: relative; } -.talk-stream-comment { - display: flex; - flex-direction: row; -} - /* Comment styles */ .comment { margin-bottom: 10px;