mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
fix expanded avatar 1 row css suppression
This commit is contained in:
parent
832655df14
commit
e88fc65de4
@ -379,9 +379,11 @@ a.star {
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* limit to one line of avatars for now */
|
/* in expanded avatar view, limit to one line for now */
|
||||||
height: 28px;
|
.avatars.clearfix {
|
||||||
|
height: 25px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user