mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
fix avatar expanded topic map height
This commit is contained in:
@@ -383,7 +383,7 @@ a.star {
|
||||
}
|
||||
|
||||
/* limit to one line of avatars for now */
|
||||
height:30px;
|
||||
height:24px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ a.star {
|
||||
}
|
||||
|
||||
/* limit to one line of avatars for now */
|
||||
height:30px;
|
||||
height:24px;
|
||||
overflow:hidden !important; // otherwise parent mobile styles conflict
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user