Merge branch 'MDL-64524-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE

This commit is contained in:
Jun Pataleta 2019-04-01 13:46:34 +08:00
commit 3304b0728c
6 changed files with 29 additions and 17 deletions

View file

@ -237,3 +237,7 @@
margin: 0;
width: auto;
}
.gradingform_guide_comment_chooser {
max-height: 80vh;
overflow-y: auto;
}