diff --git a/app/assets/stylesheets/components/textbox.scss b/app/assets/stylesheets/components/textbox.scss index 27ee0d1f8..9975df803 100644 --- a/app/assets/stylesheets/components/textbox.scss +++ b/app/assets/stylesheets/components/textbox.scss @@ -54,3 +54,8 @@ .textbox-right-aligned { text-align: right; } + +.extra-tracking .form-control { + padding-left: 5px; + letter-spacing: 0.04em; +} diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html index fa9acbd99..29f9572b8 100644 --- a/app/templates/views/register-from-invite.html +++ b/app/templates/views/register-from-invite.html @@ -14,7 +14,9 @@ Create an account
Your account will be created with this email: {{email_address}}