Skip to content

Commit

Permalink
MDL-79796 quiz: Preview icon should be visible in question bank pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupamaSarjoshi committed Jun 14, 2024
1 parent d3ae139 commit 484b656
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -915,6 +916,11 @@ 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 > div {
overflow: hidden;
text-overflow: ellipsis;
}

.mod_quiz_qbank_dialogue {
Expand Down

0 comments on commit 484b656

Please sign in to comment.