Skip to content

Commit

Permalink
Merge branch 'MDL-74286-311' of https://github.com/ferranrecio/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_311_STABLE
  • Loading branch information
sarjona committed Apr 1, 2022
2 parents 6e7c7a7 + 7eee5bf commit a4c654d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions grade/report/grader/styles.css
Expand Up @@ -119,6 +119,9 @@
*/
.path-grade-report-grader .gradeparent .avg .cell {
text-align: right;
max-width: 200px;
text-overflow: ellipsis;
overflow: hidden;
}
/**
* Content styling.
Expand Down Expand Up @@ -162,8 +165,9 @@
* Editing fields.
*/
.path-grade-report-grader .gradeparent select {
margin: 0;
padding: 0;
text-overflow: ellipsis;
min-width: 8rem;
width: 100%;
}

.path-grade-report-grader .gradeparent .text {
Expand Down

0 comments on commit a4c654d

Please sign in to comment.