We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 180fa56 + 45313c8 commit 0508cdbCopy full SHA for 0508cdb
DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml
@@ -191,9 +191,9 @@
191
}
192
else
193
{
194
- <h2 class="nhsuk-u-margin-bottom-0 nhsuk-u-font-size-24">
+ <p class="@(!string.IsNullOrWhiteSpace(competency.Description) ? "nhsuk-u-font-weight-bold" : "") nhsuk-u-margin-bottom-0">
195
@competency.Name
196
- </h2>
+ </p>
197
@if (!string.IsNullOrWhiteSpace(competency.Description))
198
199
<p class="nhsuk-body-l">
0 commit comments