diff --git a/Changelog.md b/Changelog.md index d043985eb..11d991884 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,6 +26,7 @@ * Fix tags URLs in hovercards [#7075](https://github.com/diaspora/diaspora/pull/7075) * Fix 500 in html requests for post interactions [#7085](https://github.com/diaspora/diaspora/pull/7085) * Remove whitespaces next to like link in stream [#7088](https://github.com/diaspora/diaspora/pull/7088) +* Prevent overflow of interaction avatars in the single post view [#7070](https://github.com/diaspora/diaspora/pull/7070) ## Features * Deleted comments will be removed when loading more comments [#7045](https://github.com/diaspora/diaspora/pull/7045) diff --git a/app/assets/stylesheets/single-post-view.scss b/app/assets/stylesheets/single-post-view.scss index e0cb2894e..9aee28749 100644 --- a/app/assets/stylesheets/single-post-view.scss +++ b/app/assets/stylesheets/single-post-view.scss @@ -147,4 +147,8 @@ .interaction-avatars { line-height: 25px; } + + .interaction-avatars { + overflow: hidden; + } } diff --git a/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs index a8acd4b38..0e9fa60a8 100644 --- a/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs @@ -1,39 +1,39 @@ {{#if resharesCount}}
{{/if}} {{#if likesCount}}