diff options
Diffstat (limited to 'apps/comments/src/components/Comment.vue')
-rw-r--r-- | apps/comments/src/components/Comment.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index a5b72efb74b..af123c36d20 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -288,7 +288,7 @@ $comment-padding: 10px; &__side { display: flex; align-items: flex-start; - padding-top: 16px; + padding-top: 6px; } &__body { |