From 0627a58b8b925f4c48544d41c8e75b12e44f4062 Mon Sep 17 00:00:00 2001 From: Jeff Atwood <jatwood@codinghorror.com> Date: Thu, 17 Sep 2015 00:00:53 -0700 Subject: [PATCH] FIX: too much whitespace at bottom of mobile posts --- app/assets/stylesheets/mobile/topic-post.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 216826d4b..3343663b3 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -16,7 +16,7 @@ .topic-post { border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); - padding: 6px 0 0 0; + padding: 6px 0; } span.badge-posts { @@ -130,8 +130,7 @@ button { } .post-actions { - display: inline-block; - width: 100%; + /* overriding display: here was causing hidden element to take up space */ } .post-action {