UX: wrap small-user-list-content for many users case (#26422)

This commit is contained in:
Kris 2024-03-28 13:40:23 -04:00 committed by GitHub
parent 3b9e9354d6
commit e80593c23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -537,6 +537,7 @@ aside.quote {
.small-user-list {
.small-user-list-content {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-end;
}