eliminate text wrapping on sign in

This commit is contained in:
Jeremy Kauffman 2021-06-02 13:41:06 -04:00 committed by GitHub
parent a613f28bc8
commit 417f0a853b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ function SignInVerifyPage(props: Props) {
<Page authPage>
<div className="main__sign-up">
<Card
title={isAuthenticationSuccess ? __('Log in success!') : __('Log in to %SITE_NAME%', { SITE_NAME })}
title={isAuthenticationSuccess ? __('Log in success!') : __('Log in')}
subtitle={
<React.Fragment>
<p>