diff --git a/Changelog.md b/Changelog.md index 51633a519..32604e2a1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -30,6 +30,7 @@ * Fix compability problem with MySQL 5.6 [#4312](https://github.com/diaspora/diaspora/issues/4312) * Don't collapse the post preview [#4346](https://github.com/diaspora/diaspora/issues/4346) * Improve mobile usability [#4354](https://github.com/diaspora/diaspora/pull/4354) +* Descending text is no longer cut off in orange welcome banner [#4377](https://github.com/diaspora/diaspora/issues/4377) ## Features * Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index 1a0103ff1..24c5a53c0 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -2994,7 +2994,6 @@ a.toggle_selector h1,h3 :color #fff :text-overflow ellipsis - :overflow hidden :white-space nowrap :background orange &:hover