Commit 35f015b 1 parent a585bda commit 35f015b Copy full SHA for 35f015b
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ table.quizreviewsummary td.cell {
838
838
}
839
839
840
840
# page-mod-quiz-edit .question-bank-table {
841
- width : auto ;
841
+ width : 100 % ;
842
842
}
843
843
844
844
# page-mod-quiz-edit .question-bank-table .header {
@@ -912,6 +912,7 @@ table.quizreviewsummary td.cell {
912
912
913
913
# page-mod-quiz-edit .question-bank-table .questionnametext {
914
914
padding : 0 0.2em ;
915
+ width : 100% !important ; /* stylelint-disable-line declaration-no-important */
915
916
}
916
917
917
918
# page-mod-quiz-edit .question-bank-table .questiontext {
@@ -938,6 +939,12 @@ table.quizreviewsummary td.cell {
938
939
# page-mod-quiz-edit table .question-bank-table th {
939
940
overflow : hidden;
940
941
white-space : nowrap;
942
+ width : 1.2em !important ; /* stylelint-disable-line declaration-no-important */
943
+ }
944
+
945
+ # page-mod-quiz-edit table .question-bank-table td .questionnametext > div {
946
+ overflow : hidden;
947
+ text-overflow : ellipsis;
941
948
}
942
949
943
950
.mod_quiz_qbank_dialogue {
You can’t perform that action at this time.
0 commit comments