fix: Adjust course import dropzone height to make course import status visible (#1664)

Closes: https://github.com/openedx/frontend-app-authoring/issues/1387
This commit is contained in:
KEVYN SUAREZ
2025-02-21 11:48:57 -05:00
committed by GitHub
parent 0db1727537
commit 3e235d3360

View File

@@ -43,6 +43,7 @@ const FileSection = ({ intl, courseId }) => {
}
accept={{ 'application/gzip': ['.tar.gz'] }}
data-testid="dropzone"
style={{ height: '200px' }}
/>
)}
</Card.Section>