fix: backport/Adjust course import dropzone height to make course import status visible #1686
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adjust course import dropzone height to make course import status visible
Note:
This is a backport from this PR already merged to the master branch
Description
This PR addresses the issue where the
Dropzone
component was too large, obstructing the view of the course import status. The height of theDropzone
has been adjusted to 200 pixels to ensure that users can see more information about the course import status while importing a course.Changes Made
Dropzone
component to 200 pixels.Achievements
Dropzone
ensures that important information is not obstructed.Testing
Related Issues
Additional Notes
Dropzone
does not affect other functionalities or components on the page.