Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from communitiesuk/fs-2136-set-sub-crit-width…
Browse files Browse the repository at this point in the history
…-half

FS-2136: Set sub criteria width to one half
  • Loading branch information
tferns authored Jan 11, 2023
2 parents fd4ddb0 + c783013 commit 8335e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assess/templates/macros/criteria_element.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 class="{{ name_classes or '' }}">{{ criteria.name }}</h3>
govukTable({
"firstCellIsHeader":false,
"head": [
{ "text": "Assessment sub criteria" },
{ "text": "Assessment sub criteria", "classes": "govuk-!-width-one-half" },
{ "text": "Score out of 5", "format": "numeric" } if g.user.highest_role in ["ASSESSOR","LEAD_ASSESSOR"] else None,
{ "text": "Status", "format": "numeric" }
],
Expand Down

0 comments on commit 8335e41

Please sign in to comment.