mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
incorrect fix for avatar height in topic map
This commit is contained in:
parent
a7618ec4f6
commit
a0d78290f2
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue