mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
incorrect fix for avatar height in topic map
This commit is contained in:
@@ -383,8 +383,8 @@ a.star {
|
||||
}
|
||||
|
||||
/* limit to one line of avatars for now */
|
||||
height:24px;
|
||||
overflow:hidden;
|
||||
height: 28px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
||||
Reference in New Issue
Block a user