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;