From ced78f3332b98091660a8248128a1cddcba5e9b8 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 16 Dec 2018 21:32:50 +0200 Subject: [PATCH] remove left margin of comment__time in user comment --- web/app/components/comment/__time/comment__time.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/app/components/comment/__time/comment__time.scss b/web/app/components/comment/__time/comment__time.scss index 96b7cee6..10eda957 100644 --- a/web/app/components/comment/__time/comment__time.scss +++ b/web/app/components/comment/__time/comment__time.scss @@ -4,6 +4,10 @@ vertical-align: middle; text-decoration: none; + &:first-child { + margin-left: 0; + } + &:hover { text-decoration: underline; }