diff --git a/Changelog.md b/Changelog.md index a2d301d12..bfa2036f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -64,6 +64,7 @@ * Buttons on mobile are hard to click on. [#3973](https://github.com/diaspora/diaspora/issues/3973) * RTL-language characters in usernames no longer overlay post dates [#2339](https://github.com/diaspora/diaspora/issues/2339) * Overflow info author mobile web. [#3983](https://github.com/diaspora/diaspora/issues/3983) +* Overflow name author mobile post. [#3981](https://github.com/diaspora/diaspora/issues/3981) ## Gem Updates diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 7e4cfe016..70028a691 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -51,6 +51,8 @@ body { } margin-bottom: 2px; height: 45px; + white-space: nowrap; + overflow: hidden; } > .content,