mirror of
https://github.com/moodle/moodle.git
synced 2025-04-11 19:42:35 +02:00
Merge branch 'MDL-79796_404' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_404_STABLE
This commit is contained in:
commit
6771eb805b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user