From e88fc65de4f39f370b61edca3341654af61c4c87 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 21 Oct 2014 00:34:57 -0700 Subject: [PATCH] fix expanded avatar 1 row css suppression --- app/assets/stylesheets/desktop/topic-post.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index a61d63365a8..ea3c2c0b6f3 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -379,9 +379,11 @@ a.star { font-size: 11px; line-height: 14px; } + } - /* limit to one line of avatars for now */ - height: 28px; + /* in expanded avatar view, limit to one line for now */ + .avatars.clearfix { + height: 25px; overflow: hidden; }