Overflow info_author mobile web
This commit is contained in:
parent
4dd1c728e5
commit
dfcc8e7c80
2 changed files with 3 additions and 1 deletions
|
|
@ -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 info author mobile web. [#3983](https://github.com/diaspora/diaspora/issues/3983)
|
||||||
|
|
||||||
## Gem Updates
|
## Gem Updates
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -251,8 +251,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#author_info {
|
#author_info {
|
||||||
height: 100px;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue