auth: fit the signup button on a single line
This commit is contained in:
parent
956c3fe36c
commit
a1f8baefdc
2 changed files with 5 additions and 1 deletions
|
@ -110,6 +110,10 @@ $auth-breakpoint: $two-columns-breakpoint;
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-signup-button {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.identity-form {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue