diff --git a/src/components/ImageExportDialog.scss b/src/components/ImageExportDialog.scss index 093e1a76f..bb64fb1e6 100644 --- a/src/components/ImageExportDialog.scss +++ b/src/components/ImageExportDialog.scss @@ -58,12 +58,6 @@ flex-grow: 1; } - &__filename { - & > input { - margin-top: 1rem; - } - } - &__canvas { box-sizing: border-box; width: 100%; @@ -115,6 +109,13 @@ align-content: flex-start; } + &__filename { + & > input { + width: 100%; + box-sizing: border-box; + } + } + &__setting { display: flex; flex-direction: row; diff --git a/src/components/ImageExportDialog.tsx b/src/components/ImageExportDialog.tsx index 960c87f2d..d8d7a0864 100644 --- a/src/components/ImageExportDialog.tsx +++ b/src/components/ImageExportDialog.tsx @@ -128,13 +128,15 @@ const ImageExportModal = ({