Commit 484b656 1 parent d3ae139 commit 484b656 Copy full SHA for 484b656
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ table.quizreviewsummary td.cell {
815
815
}
816
816
817
817
# page-mod-quiz-edit .question-bank-table {
818
- width : auto ;
818
+ width : 100 % ;
819
819
}
820
820
821
821
# page-mod-quiz-edit .question-bank-table .header {
@@ -889,6 +889,7 @@ table.quizreviewsummary td.cell {
889
889
890
890
# page-mod-quiz-edit .question-bank-table .questionnametext {
891
891
padding : 0 0.2em ;
892
+ width : 100% !important ; /* stylelint-disable-line declaration-no-important */
892
893
}
893
894
894
895
# page-mod-quiz-edit .question-bank-table .questiontext {
@@ -915,6 +916,11 @@ table.quizreviewsummary td.cell {
915
916
# page-mod-quiz-edit table .question-bank-table th {
916
917
overflow : hidden;
917
918
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;
918
924
}
919
925
920
926
.mod_quiz_qbank_dialogue {
You can’t perform that action at this time.
0 commit comments