diff --git a/lms/lms/widgets/CourseCard.html b/lms/lms/widgets/CourseCard.html index 60fab842..e601811a 100644 --- a/lms/lms/widgets/CourseCard.html +++ b/lms/lms/widgets/CourseCard.html @@ -25,7 +25,7 @@ {% endif %} - {% if course.status and course.status != "Approved"%} + {% if course.status and course.status != "Approved" %} {% set pill_color = "gray" if course.status == "In Progress" else "orange" %}
{{ course.status }}
{% endif %} diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 46050580..a3a8c97f 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -1304,7 +1304,6 @@ pre { .question-header { display: flex; align-items: center; - justify-content: space-between; margin-bottom: 2rem; } @@ -1328,7 +1327,8 @@ pre { font-size: var(--text-lg); color: var(--gray-900); font-weight: 600; - width: 75%; + flex: 1; + margin: 0 1rem; } .profile-page-body {