mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
incorrect fix for avatar height in topic map
This commit is contained in:
parent
a7618ec4f6
commit
a0d78290f2
@ -383,8 +383,8 @@ a.star {
|
||||
}
|
||||
|
||||
/* limit to one line of avatars for now */
|
||||
height:24px;
|
||||
overflow:hidden;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
Loading…
Reference in New Issue
Block a user