From e943a1cab65c5ec4944a9ea232f05e6abc53e9ff Mon Sep 17 00:00:00 2001 From: movilla Date: Wed, 31 Oct 2012 23:31:24 +0100 Subject: [PATCH] Fix overflow button in mobile reset password --- Changelog.md | 1 + app/assets/stylesheets/mobile.css.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2d7e6f59a..532b234d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -23,6 +23,7 @@ ## Bug Fixes +* Fix overflow button in mobile reset password. [#3696](https://github.com/diaspora/diaspora/pull/3696) * Fix issue with interacted_at in post fetcher. [#3607](https://github.com/diaspora/diaspora/pull/3607) * Fix error with show post Community Spotlight. [#3658](https://github.com/diaspora/diaspora/pull/3658) * Fix javascripts problem with read/unread notifications. [#3656](https://github.com/diaspora/diaspora/pull/3656) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index 0e536122d..0fb00d5ff 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -781,3 +781,8 @@ textarea#conversation_text { color: #DF0101; text-shadow: 1px 1px 5px #666; } + +form#new_user.new_user input.btn { + white-space: normal; +} +