Login: fix forgot password dialog

This commit is contained in:
Viktor Fomin 2023-08-25 12:44:05 +03:00
parent 3b0c46ab8c
commit 65c14775f5
2 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,7 @@ const ForgotPasswordModalDialog: React.FC<IForgotPasswordDialogProps> = ({
return (
<ModalDialogContainer
displayType="modal"
autoMaxHeight
visible={isVisible}
modalBodyPadding="12px 0 0 0"
asideBodyPadding="16px 0 0 0"

View File

@ -24,7 +24,6 @@ const ModalDialogContainer = styled(ModalDialog)`
}
.email-reg-field {
height: 46px;
margin: 0;
}
`;