From 4d6110246eb323f89480fe77b315bfddd83027d0 Mon Sep 17 00:00:00 2001 From: movilla Date: Fri, 15 Feb 2013 16:17:46 +0100 Subject: [PATCH] Overflow name author mobile post --- Changelog.md | 1 + app/assets/stylesheets/mobile.css.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index dd4219a42..3d6d07105 100644 --- a/Changelog.md +++ b/Changelog.md @@ -62,6 +62,7 @@ * Adapt css for search mobile page. [#3953](https://github.com/diaspora/diaspora/issues/3953) * Twitter/Facebook/Tumblr count down characters is hidden by the picture of the post. [#3963](https://github.com/diaspora/diaspora/issues/3963) * Buttons on mobile are hard to click on. [#3973](https://github.com/diaspora/diaspora/issues/3973) +* 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 10d6481c0..29ab57793 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,