Wider export dialog (#603)

This commit is contained in:
Lipis 2020-01-29 02:26:02 +02:00 committed by GitHub
parent ba4fc0f1b3
commit a9790c74f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,7 @@ export function ExportDialog({
/> />
{modalIsShown && ( {modalIsShown && (
<Modal <Modal
maxWidth={640} maxWidth={800}
onCloseRequest={handleClose} onCloseRequest={handleClose}
labelledBy="export-title" labelledBy="export-title"
> >

View File

@ -26,4 +26,5 @@
position: relative; position: relative;
z-index: 2; z-index: 2;
width: 100%; width: 100%;
max-width: 100%;
} }