See this forum post: https://moodle.org/mod/forum/discuss.php?d=217159#p945735
The problem is caused by the amount of padding attributed to a number of similar elements in the CSS in magazine/style/core.css plus too much padding in grader-report.css
.path-grade-report-grader th {
|
padding:2px 10px;
|
}
|
which is 2px more than the continuation of rows to the right of the static columns.
- duplicates
-
MDL-34592 Grader Report rows do not align between usernames and their grades when editing is on or off. IE8, FF, Safari.
-
- Closed
-