From fa830c8d699148bedcc84512ebcd12c4195e4b6e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 3 Oct 2014 15:58:02 -0700 Subject: [PATCH] fix avatar expanded topic map height --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 42a526e3bb5..80a6178cb31 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -383,7 +383,7 @@ a.star { } /* limit to one line of avatars for now */ - height:30px; + height:24px; overflow:hidden; } diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 69a318e60d6..4e0bb1f28bc 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -197,7 +197,7 @@ a.star { } /* limit to one line of avatars for now */ - height:30px; + height:24px; overflow:hidden !important; // otherwise parent mobile styles conflict }