From a60c8ff6ed36f87a9d19d81a75f4b295f665fa95 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Wed, 29 May 2019 10:45:29 +0200 Subject: [PATCH] fix Css --- scm-ui/styles/scm.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 8382322a61..120a8fae9f 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -276,7 +276,7 @@ ul.is-separated { display: block; border: none; - & div .comment-wrapper div:first-child { + & .comment-wrapper div:first-child { border-top: none; } }