diff --git a/lms/static/sass/course/_rubric.scss b/lms/static/sass/course/_rubric.scss index a864fc2869..43dd88b626 100644 --- a/lms/static/sass/course/_rubric.scss +++ b/lms/static/sass/course/_rubric.scss @@ -46,5 +46,11 @@ position: relative; font-size: 16px; } + + ul + { + list-style-type: none; + } + } diff --git a/lms/templates/open_ended_rubric.html b/lms/templates/open_ended_rubric.html index 25f98102e6..3ce848cf8d 100644 --- a/lms/templates/open_ended_rubric.html +++ b/lms/templates/open_ended_rubric.html @@ -27,7 +27,7 @@ % else: % endif