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:
@@ -43,6 +43,7 @@ const FileSection = ({ intl, courseId }) => {
|
||||
}
|
||||
accept={{ 'application/gzip': ['.tar.gz'] }}
|
||||
data-testid="dropzone"
|
||||
style={{ height: '200px' }}
|
||||
/>
|
||||
)}
|
||||
</Card.Section>
|
||||
|
||||
Reference in New Issue
Block a user