From 7cda43e502828a3d99405900649e8800b2caea6b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 21 Oct 2014 00:50:17 -0700 Subject: [PATCH] fix expanded avatar 1 row css suppress mobile --- app/assets/stylesheets/mobile/topic-post.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index c2393b63f8c..3194bbf9772 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -202,11 +202,16 @@ a.star { line-height: 14px; } - /* limit to one line of avatars for now */ - height:24px; - overflow:hidden !important; // otherwise parent mobile styles conflict } + /* in expanded avatar view, limit to one line for now */ + .avatars.clearfix { + height:40px; + overflow:hidden; + margin-left: 10px; + } + + .avatar { float: left; margin-right: 4px;