From 3875b204d4b8c00b6a5c616b88de8a3b45281dd2 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 22 Jan 2018 21:26:07 -0500 Subject: [PATCH] FIX: space below post-actions --- app/assets/stylesheets/desktop/topic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 48dfe548ec4..c01f2f601d2 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -2,6 +2,7 @@ @include unselectable; clear: both; text-align: right; + margin-bottom: 10px; .post-action { display: inline-block; margin-left: 10px;