MDL-78813 gradereport_grader: Fixed help icon covering course average

This commit is contained in:
Kevin Percy 2023-09-05 11:13:53 +08:00 committed by Mihail Geshoski
parent c6e727732a
commit 01687d9125

View File

@ -269,3 +269,14 @@
width: 300px;
max-height: 300px;
}
@media only screen and (min-width: 768px) {
.path-grade-report-grader .gradeparent table {
padding-right: 6em;
border-top-width: 0;
}
.path-grade-report-grader .gradeparent table tr:first-of-type th {
border-top-width: 1px;
}
}