mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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