Overflow name author mobile post

This commit is contained in:
movilla 2013-02-15 16:17:46 +01:00
parent 4dd1c728e5
commit 4d6110246e
2 changed files with 3 additions and 0 deletions

View file

@ -62,6 +62,7 @@
* Adapt css for search mobile page. [#3953](https://github.com/diaspora/diaspora/issues/3953) * 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) * 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) * 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 ## Gem Updates

View file

@ -51,6 +51,8 @@ body {
} }
margin-bottom: 2px; margin-bottom: 2px;
height: 45px; height: 45px;
white-space: nowrap;
overflow: hidden;
} }
> .content, > .content,