This commit is contained in:
Ross
2021-08-16 17:59:34 +01:00
parent e764c5dfee
commit 4a3de6bc3e
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -533,10 +533,10 @@ td.user-answer-score-2::after {
color: lightgray;
}
.exam-list li {
.exam-list li, .full-question-list li {
display: flex;
}
.exam-list li .flex-col {
.exam-list li .flex-col, .full-question-list li {
flex: 1;
}