Skip to content

Commit

Permalink
[#12344] Instructor courses page: fix margin of copy instructors from…
Browse files Browse the repository at this point in the history
… other courses modal on mobile (#12389)

* Fixed copy instructors mobile margin

* Passed linting

* Updated solution to increase consistency
  • Loading branch information
b-walton committed Apr 23, 2023
1 parent b235986 commit 69c2a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#copy-instructor-modal {
table-layout: auto;
margin-bottom: 10px;
width: 70vw;
min-width: 70vw;
}

.modal-footer {
Expand Down

0 comments on commit 69c2a90

Please sign in to comment.