.
This commit is contained in:
@@ -539,4 +539,8 @@ td.user-answer-score-2::after {
|
|||||||
|
|
||||||
.exam-list li .flex-col, #full-question-list li .flex-col {
|
.exam-list li .flex-col, #full-question-list li .flex-col {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#full-question-list li .flex-col-4 {
|
||||||
|
flex: 4;
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="flex-col">
|
<span class="flex-col-4">
|
||||||
{% if not question.normal %}
|
{% if not question.normal %}
|
||||||
<b>Abnormality:</b> {{ question.get_abnormalities }} <b>Region:</b> {{ question.get_regions }}
|
<b>Abnormality:</b> {{ question.get_abnormalities }} <b>Region:</b> {{ question.get_regions }}
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user