mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-74286-master' of https://github.com/ferranrecio/moodle
This commit is contained in:
commit
e2d435ca93
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user