From 1c95526ff92ec13638efb98e808385abbd038d13 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 19 Jan 2026 12:40:54 +0000 Subject: [PATCH] Refactor exam scores user template to simplify question display structure and remove unnecessary wrapper --- anatomy/templates/anatomy/exam_scores_user.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html index f753386b..11280c9d 100644 --- a/anatomy/templates/anatomy/exam_scores_user.html +++ b/anatomy/templates/anatomy/exam_scores_user.html @@ -50,15 +50,11 @@
-
-
-
Question No question loaded
-
-
-
-
Answers:
-
-
+
Question No question loaded
+
+
+
+
Answers:
{% endif %} @@ -74,7 +70,6 @@ @media (min-width: 768px) { .anatomy .card.sticky-top { min-width: 600px; } } - .anatomy .question-display-block .inner-display-block { overflow: auto; } .dicom-viewer, .dicom-viewer .canvas-panel, .dicom-viewer .cornerstone-element { max-width: 100%; box-sizing: border-box; } .dicom-viewer canvas { max-width: 100% !important; width: 100% !important; height: auto !important; display: block; } #single-dicom-viewer { width: 100%; }