We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db1727 commit 3e235d3Copy full SHA for 3e235d3
1 file changed
src/import-page/file-section/FileSection.jsx
@@ -43,6 +43,7 @@ const FileSection = ({ intl, courseId }) => {
43
}
44
accept={{ 'application/gzip': ['.tar.gz'] }}
45
data-testid="dropzone"
46
+ style={{ height: '200px' }}
47
/>
48
)}
49
</Card.Section>
0 commit comments