Merge branch 'MDL-78813-401' of https://github.com/mihailges/moodle into MOODLE_401_STABLE

This commit is contained in:
Huong Nguyen 2023-09-28 12:03:25 +07:00
commit 6bc7b8e8be
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

View File

@ -201,3 +201,9 @@
border: 1px solid #ccc;
border-radius: 4px;
}
@media only screen and (min-width: 768px) {
.path-grade-report-grader .gradeparent table {
padding-right: 6em;
}
}