Skip to content

Commit

Permalink
[TEAMMATES#12693] Excess padding on edit course details component (TE…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
2 people authored and cedricongjh committed Feb 20, 2024
1 parent e01f9ff commit 6d0849e
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 6d0849e

Please sign in to comment.