fix expanded avatar 1 row css suppression

This commit is contained in:
Jeff Atwood 2014-10-21 00:34:57 -07:00
parent 832655df14
commit e88fc65de4
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}