fix expanded avatar 1 row css suppress mobile
This commit is contained in:
parent
e88fc65de4
commit
7cda43e502
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue