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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue