Fix login screen style (#9611)

This commit is contained in:
Michael Weimann 2022-11-25 08:49:11 +01:00 committed by GitHub
parent 55921e4888
commit 5c60211d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 10 deletions

View file

@ -481,7 +481,7 @@ export default class ForgotPassword extends React.Component<Props, State> {
return (
<AuthPage>
<AuthHeader />
<AuthBody>
<AuthBody className="mx_AuthBody_forgot-password">
{ resetPasswordJsx }
</AuthBody>
</AuthPage>