Merge branch 'MDL-74286-master' of https://github.com/ferranrecio/moodle

This commit is contained in:
Sara Arjona 2022-04-01 17:34:30 +02:00
commit e2d435ca93

View File

@ -119,6 +119,9 @@
*/
.path-grade-report-grader .gradeparent .avg .cell {
text-align: right;
max-width: 200px;
text-overflow: ellipsis;
overflow: hidden;
}
/**
* Content styling.
@ -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 {