diff --git a/res/css/views/auth/_AuthBody.scss b/res/css/views/auth/_AuthBody.scss index 8c6b6bdff00..289f9c0a520 100644 --- a/res/css/views/auth/_AuthBody.scss +++ b/res/css/views/auth/_AuthBody.scss @@ -114,7 +114,7 @@ limitations under the License. } .mx_AuthBody_paddedFooter { - height: 80px; // height of the submit button + register link + height: 57px; // height of the submit button + register link padding-top: 28px; text-align: center; diff --git a/src/components/views/auth/PasswordLogin.tsx b/src/components/views/auth/PasswordLogin.tsx index db223931125..b19252fd3f4 100644 --- a/src/components/views/auth/PasswordLogin.tsx +++ b/src/components/views/auth/PasswordLogin.tsx @@ -434,7 +434,7 @@ export default class PasswordLogin extends React.PureComponent { ref={field => this[LoginField.Password] = field} /> { forgotPasswordJsx } - { !this.props.busy &&