mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 18:19:50 -04:00
Merge pull request #2840 from lidlanca/patch-6
Fix: CSS to reveal hidden or partially visible avatars on 2nd line topic map
This commit is contained in:
commit
b525d95d19
1 changed files with 2 additions and 1 deletions
|
@ -384,7 +384,7 @@ a.star {
|
|||
|
||||
/* limit to one line of avatars for now */
|
||||
height:30px;
|
||||
overflow:hidden;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
@ -415,6 +415,7 @@ a.star {
|
|||
.avatars,
|
||||
.links,
|
||||
.information {
|
||||
clear:left;
|
||||
padding: 7px 10px 15px 10px;
|
||||
color: $primary;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue