mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-25 13:22:00 +03:00
fix: overflow when title length too large (#1673)
This commit is contained in:
parent
e75750d587
commit
d13174cedf
@ -7,6 +7,7 @@ export const StyledModalWrapper = styled(ModalWrapper)(() => {
|
||||
maxWidth: '560px',
|
||||
maxHeight: '292px',
|
||||
padding: '44px 84px 32px 84px',
|
||||
overflow: 'auto',
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user