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.
1 parent 6bdddeb commit 45313c8Copy full SHA for 45313c8
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