Codelabz
Codelabz copied to clipboard
[Fix]: Enhance Mobile Responsiveness in "Edit Tutorial" Section #1183
Description
This PR addresses the issue of inadequate responsiveness within the "Edit Tutorial" section of the project. The section's content was found to be unresponsive when viewed on devices with smaller screens, leading to usability challenges for users attempting to edit tutorials on such devices.
Related Issue
fixes #1183
Motivation and Context
How Has This Been Tested?
tested locally on my machine.
Screenshots or GIF (In case of UI changes):
https://github.com/scorelab/Codelabz/assets/135845175/5edc6244-d9c3-4621-b474-946d2662334a
Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.