Merge branch 'MDL-79796_404' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_404_STABLE

This commit is contained in:
Huong Nguyen 2024-07-01 14:10:08 +07:00
commit 6771eb805b
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

View File

@ -815,7 +815,7 @@ table.quizreviewsummary td.cell {
}
#page-mod-quiz-edit .question-bank-table {
width: auto;
width: 100%;
}
#page-mod-quiz-edit .question-bank-table .header {
@ -889,6 +889,7 @@ table.quizreviewsummary td.cell {
#page-mod-quiz-edit .question-bank-table .questionnametext {
padding: 0 0.2em;
width: 100% !important; /* stylelint-disable-line declaration-no-important */
}
#page-mod-quiz-edit .question-bank-table .questiontext {
@ -915,6 +916,12 @@ table.quizreviewsummary td.cell {
#page-mod-quiz-edit table.question-bank-table th {
overflow: hidden;
white-space: nowrap;
width: 1.2em !important; /* stylelint-disable-line declaration-no-important */
}
#page-mod-quiz-edit table.question-bank-table td.questionnametext > div {
overflow: hidden;
text-overflow: ellipsis;
}
.mod_quiz_qbank_dialogue {