mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Wider export dialog (#603)
This commit is contained in:
parent
ba4fc0f1b3
commit
a9790c74f5
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
@ -26,4 +26,5 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue