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; }