From 9f92c307dccb26663682ca55f04355a6cdf64371 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 11 Feb 2025 12:18:07 +0000 Subject: [PATCH 1/2] [Scorecards] Added fix for overflowing how is marked question section --- scoring/static/scoring/scss/table-question-council.scss | 4 ++++ .../scoring/includes/question-content-table-cell.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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..9883cfcd 100644 --- a/scoring/templates/scoring/includes/question-content-table-cell.html +++ b/scoring/templates/scoring/includes/question-content-table-cell.html @@ -28,7 +28,7 @@ -