Skip to content

Commit

Permalink
[#12693] Excess padding on edit course details component (#12737)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
abdullahsohailcs and abdullahsohailcs authored Feb 10, 2024
1 parent 1b4ed92 commit 2bd2367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<tm-loading-retry [shouldShowRetry]="hasCourseLoadingFailed" [message]="'Failed to load course'" (retryEvent)="loadCourseInfo()">
<div *tmIsLoading="isCourseLoading" class="card bg-light top-padded text-center">
<div *tmIsLoading="isCourseLoading">
<tm-course-edit-form
[formMode]="CourseEditFormMode.EDIT"
[(formModel)]="courseFormModel"
Expand Down

0 comments on commit 2bd2367

Please sign in to comment.