mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-36804 Assignment submisison history - fix width column
Fix the width of the left column in the history and submission tables so they all line up on the page.
This commit is contained in:
parent
a13fbf5fe8
commit
7b647abcb8
@ -248,3 +248,9 @@ td.submissioneditable {
|
||||
#page-mod-assign-view .submissionaction {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#page-mod-assign-view .submissionsummarytable .c0,
|
||||
#page-mod-assign-view .mod-assign-history-panel .c0 {
|
||||
width: 150px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user