diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index f35f5a95e22..5e410dc208d 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -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; }