From a23884fd531c714024012ec4441f76bdeaa09fd5 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 11 Oct 2014 23:25:38 -0700 Subject: [PATCH] FIX: mobile, multi-line first post actions blocked topic map --- app/assets/stylesheets/mobile/topic-post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 764189bb198..495b1a209e3 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -118,6 +118,7 @@ button { .post-actions { margin-left: 10px; margin-top: 2px; + display: inline-block; } a.reply-to-tab { @@ -143,7 +144,7 @@ a.star { .topic-map { - margin: 30px 10px 10px 10px; + margin: 10px; background: scale-color(scale-color-diff(), $lightness: 40%); h3 {