diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 1f2c38ee588..42a526e3bb5 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:visible; + overflow:hidden; } .avatar { @@ -415,7 +415,6 @@ a.star { .avatars, .links, .information { - clear:left; padding: 7px 10px 15px 10px; color: $primary; }