From 3e235d3360ed557e4646be7b4f5558f6d256490c Mon Sep 17 00:00:00 2001 From: KEVYN SUAREZ <91025555+efortish@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:48:57 -0500 Subject: [PATCH] fix: Adjust course import dropzone height to make course import status visible (#1664) Closes: https://github.com/openedx/frontend-app-authoring/issues/1387 --- src/import-page/file-section/FileSection.jsx | 1 + 1 file changed, 1 insertion(+) 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' }} /> )}