diff --git a/frontend/app/components/comment/__score/comment__score.scss b/frontend/app/components/comment/__score/comment__score.scss index 5d43201e..7c4c9f7e 100644 --- a/frontend/app/components/comment/__score/comment__score.scss +++ b/frontend/app/components/comment/__score/comment__score.scss @@ -6,7 +6,7 @@ font-size: 0; font-weight: 700; text-align: right; - line-height: 14px; + line-height: 16px; user-select: none; cursor: default; } diff --git a/frontend/app/components/raw-content/raw-content.scss b/frontend/app/components/raw-content/raw-content.scss index dbe2e1a2..5f953e0e 100644 --- a/frontend/app/components/raw-content/raw-content.scss +++ b/frontend/app/components/raw-content/raw-content.scss @@ -4,6 +4,7 @@ p { margin: 0; + + blockquote, + p { margin-top: 8px; }