diff --git a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css index 85e9da11f..ee503e9ee 100644 --- a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css +++ b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css @@ -1,9 +1,3 @@ -.stream > *(:first-child):not(button) { - border-top: 0 !important; - /* border-bottom: 1px solid var(--palette-divider); - padding-top: var(--spacing-3); */ -} - .borderedComment { border-bottom: 1px solid var(--palette-divider); } diff --git a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx index 1257fea41..18fa3c0b3 100644 --- a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx +++ b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx @@ -165,7 +165,6 @@ export const AllCommentsTabContainer: FunctionComponent = (props) => { role="log" aria-live="polite" size="oneAndAHalf" - className={styles.stream} > {comments.length <= 0 && (