mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-64375-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
111dfd2db5
2 changed files with 8 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue