diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 42a526e3bb5..1f2c38ee588 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -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; }