Commit a46453fc by Matthew Piatetsky Committed by GitHub

Merge pull request #14995 from edx/minor_tweaks

ECOM-6602 Minor program progress fixes
parents ee98a525 fb0e9b75
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
} else if (end && endDate < now) { } else if (end && endDate < now) {
dateString += ' - Ended ' + end; dateString += ' - Ended ' + end;
} }
} else if (pacingType === 'instructor_paced') { } else {
if (start && end) { if (start && end) {
dateString = start + ' - ' + end; dateString = start + ' - ' + end;
} else if (start) { } else if (start) {
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
background-color: $white; background-color: $white;
} }
.wrapper-footer { .footer-content-wrapper {
@include clearfix(); @include clearfix();
clear: both; clear: both;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment