Skip to content

Commit

Permalink
fix: Adjust course import dropzone height to make course import statu…
Browse files Browse the repository at this point in the history
…s visible (#1664)

Closes: #1387
  • Loading branch information
efortish authored Feb 21, 2025
1 parent 0db1727 commit 3e235d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/import-page/file-section/FileSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const FileSection = ({ intl, courseId }) => {
}
accept={{ 'application/gzip': ['.tar.gz'] }}
data-testid="dropzone"
style={{ height: '200px' }}
/>
)}
</Card.Section>
Expand Down

0 comments on commit 3e235d3

Please sign in to comment.