diff --git a/src/import-page/file-section/FileSection.jsx b/src/import-page/file-section/FileSection.jsx index 4fe805f56f..bbc89a53bd 100644 --- a/src/import-page/file-section/FileSection.jsx +++ b/src/import-page/file-section/FileSection.jsx @@ -43,6 +43,7 @@ const FileSection = ({ intl, courseId }) => { } accept={{ 'application/gzip': ['.tar.gz'] }} data-testid="dropzone" + style={{ height: '200px' }} /> )}