This commit is contained in:
Ross
2021-08-16 09:59:42 +00:00
parent afaae40e48
commit 4d5b825ad6
3 changed files with 20 additions and 4 deletions
+8
View File
@@ -523,4 +523,12 @@ td.user-answer-score-2::after {
border-radius: 2px;
background-color: #343a40;
color: lightgray;
}
.exam-list li {
display: flex;
}
.exam-list li .col {
flex: 1;
}