diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 75c1041045d..6f46267ba8e 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -135,7 +135,7 @@ aside.quote { // this ensures consistent top margin on topic posts even if the first line of a post // is a top-margin-less element like a list or image. -.topic-body .contents { +.topic-body .regular { margin-top: 15px; }