From 2e4d8b2e1306bdf47a2c4e61fe217f0a25f71355 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 13 May 2014 15:07:05 -0400 Subject: [PATCH] The main content of a post was being floated to the left in mobile. This was causing the topic map to surround the first post. --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 6c3c16f32b..12f6fdff22 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -148,6 +148,10 @@ a.star { text-shadow: none !important; } +.topic-post .boxed .contents { + float: none; +} + .topic-map { .btn {