From e49b5fa30c8eea6ca9aa5e85601ac2e6b4db9c27 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 8 Jul 2019 14:36:15 +0800 Subject: [PATCH] UX: expand-post button alignment fix (#7865) --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 7581135d22..0ac6faa4b2 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -482,6 +482,7 @@ span.post-count { button.expand-post { margin-top: 10px; + margin-left: $topic-body-width-padding; } .quote-button.visible {