fix expanded avatar 1 row css suppress mobile

This commit is contained in:
Jeff Atwood 2014-10-21 00:50:17 -07:00
parent e88fc65de4
commit 7cda43e502
1 changed files with 8 additions and 3 deletions

View File

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