Skip to content
Snippets Groups Projects
Commit 01fd50a7 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu Committed by Joe Van Boxtel
Browse files

ROENROLL-1726 cross browser testing fixes

parent 0c98335f
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ mat-sidenav { ...@@ -60,7 +60,7 @@ mat-sidenav {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
.mat-dialog-content { .mat-dialog-content {
max-height: 100% !important; max-height: 85vh !important;
} }
} }
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
} }
.courseDetails-list { .courseDetails-list {
margin-bottom: 20px; margin-bottom: 20px;
padding: 0;
list-style: none; list-style: none;
padding-inline-start: 0px; padding-inline-start: 0px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment