From 78c27749d16a5f0bca7512f2d1788c177c2cb079 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Aug 2021 18:03:19 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 4 ++++ rapids/templates/rapids/exam_overview.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 900cca0b..6267450b 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -539,4 +539,8 @@ td.user-answer-score-2::after { .exam-list li .flex-col, #full-question-list li .flex-col { flex: 1; + } + +#full-question-list li .flex-col-4 { + flex: 4; } \ No newline at end of file diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 51c71411..47607572 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -43,7 +43,7 @@ {% endfor %} - + {% if not question.normal %} Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }}