Skip to content

Commit 0508cdb

Browse files
authored
Merge pull request #3304 from TechnologyEnhancedLearning/Develop/Fixes/TD-5621-Issuewiththefont/sizeshowingfortheheadings/subheadingsonselfassessmentscreens
TD-5621 Issue with the font/size showing for the headings/sub headings on self assessment screens
2 parents 180fa56 + 45313c8 commit 0508cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@
191191
}
192192
else
193193
{
194-
<h2 class="nhsuk-u-margin-bottom-0 nhsuk-u-font-size-24">
194+
<p class="@(!string.IsNullOrWhiteSpace(competency.Description) ? "nhsuk-u-font-weight-bold" : "") nhsuk-u-margin-bottom-0">
195195
@competency.Name
196-
</h2>
196+
</p>
197197
@if (!string.IsNullOrWhiteSpace(competency.Description))
198198
{
199199
<p class="nhsuk-body-l">

0 commit comments

Comments
 (0)