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

View File

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