diff --git a/client/coral-embed-stream/src/components/Comment.css b/client/coral-embed-stream/src/components/Comment.css index 72cf25b21..9a176534d 100644 --- a/client/coral-embed-stream/src/components/Comment.css +++ b/client/coral-embed-stream/src/components/Comment.css @@ -2,20 +2,17 @@ margin-left: 20px; margin-bottom: 16px; position: relative; - border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 12px; } .rootLevel0:first-child { padding-top: 0; -} - -.root:first-child { border: 0; } .rootLevel0 { margin-left: 0px; + border-top: 1px solid rgba(0, 0, 0, 0.1); } .comment {