From a0d78290f24764f4c856d3ca32a2ca578eba84c6 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 7 Oct 2014 00:03:39 -0700 Subject: [PATCH] incorrect fix for avatar height in topic map --- app/assets/stylesheets/desktop/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 46564003dd..6db6cc1eb1 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -383,8 +383,8 @@ a.star { } /* limit to one line of avatars for now */ - height:24px; - overflow:hidden; + height: 28px; + overflow: hidden; } .avatar {