fix: overflow when title length too large (#1673)

This commit is contained in:
Himself65 2023-03-23 12:03:12 -05:00 committed by GitHub
parent e75750d587
commit d13174cedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ export const StyledModalWrapper = styled(ModalWrapper)(() => {
maxWidth: '560px',
maxHeight: '292px',
padding: '44px 84px 32px 84px',
overflow: 'auto',
};
});