Skip to content

Commit 484b656

Browse files
MDL-79796 quiz: Preview icon should be visible in question bank pop-up
1 parent d3ae139 commit 484b656

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mod/quiz/styles.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ table.quizreviewsummary td.cell {
815815
}
816816

817817
#page-mod-quiz-edit .question-bank-table {
818-
width: auto;
818+
width: 100%;
819819
}
820820

821821
#page-mod-quiz-edit .question-bank-table .header {
@@ -889,6 +889,7 @@ table.quizreviewsummary td.cell {
889889

890890
#page-mod-quiz-edit .question-bank-table .questionnametext {
891891
padding: 0 0.2em;
892+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
892893
}
893894

894895
#page-mod-quiz-edit .question-bank-table .questiontext {
@@ -915,6 +916,11 @@ table.quizreviewsummary td.cell {
915916
#page-mod-quiz-edit table.question-bank-table th {
916917
overflow: hidden;
917918
white-space: nowrap;
919+
width: 1.2em !important; /* stylelint-disable-line declaration-no-important */
920+
}
921+
#page-mod-quiz-edit table.question-bank-table td > div {
922+
overflow: hidden;
923+
text-overflow: ellipsis;
918924
}
919925

920926
.mod_quiz_qbank_dialogue {

0 commit comments

Comments
 (0)