From 01fd50a7a7450e98a04643d272bc58f1b0f9f713 Mon Sep 17 00:00:00 2001 From: "jvanboxtel@wisc.edu" <jvanboxtel@wisc.edu> Date: Mon, 13 May 2019 15:42:16 -0500 Subject: [PATCH] ROENROLL-1726 cross browser testing fixes --- src/app/degree-planner/degree-planner.component.scss | 2 +- .../components/course-details/course-details.component.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/degree-planner/degree-planner.component.scss b/src/app/degree-planner/degree-planner.component.scss index 7053d9c..375650b 100644 --- a/src/app/degree-planner/degree-planner.component.scss +++ b/src/app/degree-planner/degree-planner.component.scss @@ -60,7 +60,7 @@ mat-sidenav { width: 100% !important; height: 100% !important; .mat-dialog-content { - max-height: 100% !important; + max-height: 85vh !important; } } diff --git a/src/app/shared/components/course-details/course-details.component.scss b/src/app/shared/components/course-details/course-details.component.scss index e7d44a0..ec80453 100644 --- a/src/app/shared/components/course-details/course-details.component.scss +++ b/src/app/shared/components/course-details/course-details.component.scss @@ -6,6 +6,7 @@ } .courseDetails-list { margin-bottom: 20px; + padding: 0; list-style: none; padding-inline-start: 0px; } -- GitLab