This commit is contained in:
Ross
2021-08-17 18:21:26 +01:00
parent 42f8708e4c
commit ba28ce46cc
3 changed files with 22 additions and 6 deletions
+10 -2
View File
@@ -537,10 +537,18 @@ td.user-answer-score-2::after {
display: flex;
}
.exam-list li .flex-col, #full-question-list li .flex-col {
.flex-col {
flex: 1;
}
#full-question-list li .flex-col-4 {
.flex-col-2 {
flex: 2;
}
.flex-col-3 {
flex: 3;
}
.flex-col-4 {
flex: 4;
}