Wider export dialog (#603)
This commit is contained in:
parent
ba4fc0f1b3
commit
a9790c74f5
@ -259,7 +259,7 @@ export function ExportDialog({
|
||||
/>
|
||||
{modalIsShown && (
|
||||
<Modal
|
||||
maxWidth={640}
|
||||
maxWidth={800}
|
||||
onCloseRequest={handleClose}
|
||||
labelledBy="export-title"
|
||||
>
|
||||
|
@ -26,4 +26,5 @@
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user