Merge branch 'overflow_author_infor' of git://github.com/movilla/diaspora into develop
Conflicts: Changelog.md
This commit is contained in:
commit
40b10dc0d9
2 changed files with 3 additions and 1 deletions
|
|
@ -63,6 +63,7 @@
|
|||
* 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)
|
||||
* 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)
|
||||
|
||||
## Gem Updates
|
||||
|
||||
|
|
|
|||
|
|
@ -251,8 +251,9 @@ body {
|
|||
}
|
||||
|
||||
#author_info {
|
||||
height: 100px;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
word-wrap: break-word;
|
||||
|
||||
img {
|
||||
height: 90px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue