auth: fit the signup button on a single line

This commit is contained in:
Pierre de La Morinerie 2018-06-19 17:18:38 +02:00
parent 956c3fe36c
commit a1f8baefdc
2 changed files with 5 additions and 1 deletions

View file

@ -110,6 +110,10 @@ $auth-breakpoint: $two-columns-breakpoint;
font-weight: bold;
}
}
.auth-signup-button {
white-space: nowrap;
}
}
.identity-form {

View file

@ -57,4 +57,4 @@
%p.register
%span
Nouveau sur demarches-simplifiees.fr ?
= link_to "Créer un compte", new_registration_path(resource_name), class: "button"
= link_to "Créer un compte", new_registration_path(resource_name), class: "button auth-signup-button"