Skip to content

Commit 3e235d3

Browse files
authored
fix: Adjust course import dropzone height to make course import status visible (#1664)
Closes: #1387
1 parent 0db1727 commit 3e235d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/import-page/file-section/FileSection.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const FileSection = ({ intl, courseId }) => {
4343
}
4444
accept={{ 'application/gzip': ['.tar.gz'] }}
4545
data-testid="dropzone"
46+
style={{ height: '200px' }}
4647
/>
4748
)}
4849
</Card.Section>

0 commit comments

Comments
 (0)