Stop email address wrapping

This commit is contained in:
Chris Hill-Scott
2018-07-02 09:16:48 +01:00
parent 3683f99c3b
commit 5c5e0bac02
3 changed files with 12 additions and 3 deletions

View File

@@ -257,3 +257,7 @@ details .arrow {
outline: 2px solid $black;
max-width: 100%;
}
.nowrap {
white-space: nowrap;
}

View File

@@ -11,7 +11,10 @@ Create an account
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Create an account</h1>
<p>Your account will be created with this email: {{invited_user.email_address}}</p>
<p>
Your account will be created with this email address:
<span class="nowrap">{{invited_user.email_address}}</span>
</p>
<form method="post" autocomplete="off">
{{ textbox(form.name, width='3-4') }}
{% if invited_user.auth_type == 'sms_auth' %}