diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index e57f099835..3bd8e8a0c2 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -2585,7 +2585,7 @@ input[name="subject"] { } } - div.special-exam-header { + .special-exam-header { padding-left: 25px; } } diff --git a/lms/templates/instructor/instructor_dashboard_2/special_exams.html b/lms/templates/instructor/instructor_dashboard_2/special_exams.html index 29180c7bc0..ab2bb966a0 100644 --- a/lms/templates/instructor/instructor_dashboard_2/special_exams.html +++ b/lms/templates/instructor/instructor_dashboard_2/special_exams.html @@ -10,22 +10,22 @@ import pytz % endif
-

${_('Allowance Section')}

+

${_('Allowance Section')}

% if section_data['show_onboarding']:
-

${_('Student Onboarding Status')}

+

${_('Student Onboarding Status')}

% endif
-

${_('Student Special Exam Attempts')}

+

${_('Student Special Exam Attempts')}

% if section_data['show_dashboard']:
-

${_('Review Dashboard')}

+

${_('Review Dashboard')}

% endif