From ea47e1d19c4705cee92e2207feb6a0106dc59bff Mon Sep 17 00:00:00 2001 From: DmitryTsepelev Date: Sat, 7 Jul 2018 12:07:19 +0300 Subject: [PATCH] Fix right margin for verified user icon --- web/app/components/comment/__time/comment__time.scss | 1 + web/app/components/comment/__username/comment__username.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/comment/__time/comment__time.scss b/web/app/components/comment/__time/comment__time.scss index 98ad029b..277ccb4c 100644 --- a/web/app/components/comment/__time/comment__time.scss +++ b/web/app/components/comment/__time/comment__time.scss @@ -1,4 +1,5 @@ .comment__time { + margin-left: 8px; margin-right: 8px; vertical-align: middle; color: #999; diff --git a/web/app/components/comment/__username/comment__username.scss b/web/app/components/comment/__username/comment__username.scss index 544734f4..e770472e 100644 --- a/web/app/components/comment/__username/comment__username.scss +++ b/web/app/components/comment/__username/comment__username.scss @@ -1,5 +1,4 @@ .comment__username { - margin-right: 8px; vertical-align: middle; font-weight: 700; text-decoration: none;