Merge pull request #14995 from edx/minor_tweaks
ECOM-6602 Minor program progress fixes
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
} else if (end && endDate < now) {
|
||||
dateString += ' - Ended ' + end;
|
||||
}
|
||||
} else if (pacingType === 'instructor_paced') {
|
||||
} else {
|
||||
if (start && end) {
|
||||
dateString = start + ' - ' + end;
|
||||
} else if (start) {
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.wrapper-footer {
|
||||
.footer-content-wrapper {
|
||||
@include clearfix();
|
||||
clear: both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user