Merge branch 'MDL-64375-master' of git://github.com/damyon/moodle

This commit is contained in:
Jake Dallimore
2019-01-09 15:33:09 +08:00
2 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -760,8 +760,11 @@
/***** Start rubric *****/
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric {
max-width: 100%;
padding-bottom: 0;
max-width: none;
}
.path-mod-assign .gradingform_rubric {
max-width: calc(100vw - 200px);
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .description {