mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Revert "Fix: CSS to reveal hidden or partially visible avatars on 2nd line"
This reverts commit a6d6f6b42a938892cd4a798aa10296cb6cad96f1.
This commit is contained in:
@ -384,7 +384,7 @@ a.star {
|
|||||||
|
|
||||||
/* limit to one line of avatars for now */
|
/* limit to one line of avatars for now */
|
||||||
height:30px;
|
height:30px;
|
||||||
overflow:visible;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
@ -415,7 +415,6 @@ a.star {
|
|||||||
.avatars,
|
.avatars,
|
||||||
.links,
|
.links,
|
||||||
.information {
|
.information {
|
||||||
clear:left;
|
|
||||||
padding: 7px 10px 15px 10px;
|
padding: 7px 10px 15px 10px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user