Merge branch 'overflow_mobile_post' of git://github.com/movilla/diaspora into develop
Conflicts: Changelog.md
This commit is contained in:
commit
35ba082ab5
2 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
||||||
* 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)
|
||||||
* RTL-language characters in usernames no longer overlay post dates [#2339](https://github.com/diaspora/diaspora/issues/2339)
|
* 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 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
|
## Gem Updates
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,8 @@ body {
|
||||||
}
|
}
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .content,
|
> .content,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue