diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 0e64b1e23..ccc81098c 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -257,3 +257,7 @@ details .arrow { outline: 2px solid $black; max-width: 100%; } + +.nowrap { + white-space: nowrap; +} diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html index 4051b8086..466b2f276 100644 --- a/app/templates/views/register-from-invite.html +++ b/app/templates/views/register-from-invite.html @@ -11,7 +11,10 @@ Create an account
Your account will be created with this email: {{invited_user.email_address}}
++ Your account will be created with this email address: + {{invited_user.email_address}} +