diff --git a/scoring/static/scoring/scss/table-question-council.scss b/scoring/static/scoring/scss/table-question-council.scss index 4d696279..c7b168fa 100644 --- a/scoring/static/scoring/scss/table-question-council.scss +++ b/scoring/static/scoring/scss/table-question-council.scss @@ -31,6 +31,10 @@ background: lighten($color-scorecard-yellow, 30%) !important; } } + + .how-is-marked-section { + max-width: 350px; + } } .top-tier-score { diff --git a/scoring/templates/scoring/includes/question-content-table-cell.html b/scoring/templates/scoring/includes/question-content-table-cell.html index c5ded374..fcb4f197 100644 --- a/scoring/templates/scoring/includes/question-content-table-cell.html +++ b/scoring/templates/scoring/includes/question-content-table-cell.html @@ -4,20 +4,18 @@ {{ pretty_code }}
- - {{ question_text.strip | linebreaks }} - + {{ question_text.strip | linebreaks }} - {% if question_type == "negative" %} -
- {% include 'caps/icons/warning.html' with classes='mt-1 me-2 flex-shrink-0 flex-grow-0' width='1em' height='1em' role='presentation' %} -

- Penalty marks: - The maximum number of points for this question is 0. - Read more about penalty mark questions. -

-
- {% endif %} + {% if question_type == "negative" %} +
+ {% include 'caps/icons/warning.html' with classes='mt-1 me-2 flex-shrink-0 flex-grow-0' width='1em' height='1em' role='presentation' %} +

+ Penalty marks: + The maximum number of points for this question is 0. + Read more about penalty mark questions. +

+
+ {% endif %}
+ Visit question →