From ce8a4266b683a47ffd4384c78652468cd22272c8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 3 Oct 2014 12:49:44 -0700 Subject: [PATCH] FIX: mobile layout was too wide --- app/assets/stylesheets/mobile/topic-post.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 131c07da21f..69a318e60d6 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -471,14 +471,13 @@ span.highlighted { .topic-avatar { float: left; position: relative; - z-index: 2; } .topic-meta-data { white-space: nowrap; position: absolute; - z-index: 1; width: 100%; + left: 0px; .names { margin: 5px 0 0 65px; line-height: 17px;