-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#12693] Excess padding on edit course details component #12737
Conversation
Removed unnecessary padding
also added the change in snap file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do take a look at the instructor-course-edit-page
component as mentioned in the comment
src/web/app/components/course-edit-form/course-edit-form.component.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for contributing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for your contribution!
…AMMATES#12737) * Update course-edit-form.component.html Removed unnecessary padding * Update course-edit-form.component.spec.ts.snap also added the change in snap file * Revert "Update course-edit-form.component.spec.ts.snap" This reverts commit 897ac22. * Revert "Update course-edit-form.component.html" This reverts commit d74ac3c. * Update instructor-course-edit-page.component.html --------- Co-authored-by: Abdullah-Sohail100 <[email protected]>
Fix #12693
Outline of Solution
Change was made to the following file having relative URL as under:
src\web\app\components\course-edit-form\course-edit-form.component.html
Following steps were taken to solve this bug/issue.
PS: This is my first open-source contribution. Before this contribution, I have never worked on this stack. I am looking forward to making more contributions. Thank you all 😀!
Image of updated UI is as under.