Skip to content
Extraits de code Groupes Projets
Valider 441c937b rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Merge pull request #3697 from movilla/overflow_input

Fix overflow button in mobile reset password
parents f91ca7d6 86ca3a36
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
## Bug Fixes ## Bug Fixes
* Fix overflow button in mobile reset password. [#3697](https://github.com/diaspora/diaspora/pull/3697)
* Fix issue with interacted_at in post fetcher. [#3607](https://github.com/diaspora/diaspora/pull/3607) * 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 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) * Fix javascripts problem with read/unread notifications. [#3656](https://github.com/diaspora/diaspora/pull/3656)
......
...@@ -781,3 +781,8 @@ textarea#conversation_text { ...@@ -781,3 +781,8 @@ textarea#conversation_text {
color: #DF0101; color: #DF0101;
text-shadow: 1px 1px 5px #666; text-shadow: 1px 1px 5px #666;
} }
form#new_user.new_user input.btn {
white-space: normal;
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter