From 45313c82f951514fab88cd70fbe92731bf78488f Mon Sep 17 00:00:00 2001 From: sherif-olaboye <123654949+sherif-olaboye@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:41:06 +0100 Subject: [PATCH] TD-5621 Issue with the font/size showing for the headings/sub headings on self assessment screens --- .../Views/Supervisor/ReviewSelfAssessment.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml b/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml index ad7d7bdb49..2be395320b 100644 --- a/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml +++ b/DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml @@ -191,9 +191,9 @@ } else { -

+

@competency.Name -

+

@if (!string.IsNullOrWhiteSpace(competency.Description)) {