Skip to content

Commit 048acfd

Browse files
authored
Merge pull request #3328 from TechnologyEnhancedLearning/Develop/Fixes/TD-5621-Issuewiththefont/sizeshowingfortheheadings/subheadingsonselfassessmentscreens
TD-5621 Align expander component on Review and Self-Assessment pages
2 parents 740b4d9 + d41fdb4 commit 048acfd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_OverviewTable.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
<tbody class="nhsuk-table__body row-outer" id="[email protected]">
3535
<tr class="nhsuk-table__row first-row">
36-
<td rowspan="@competency.AssessmentQuestions.Count()" class="nhsuk-table__cell nhsuk-u-text-align-left">
36+
<td rowspan="@competency.AssessmentQuestions.Count()" class="nhsuk-table__cell">
3737
<span class="nhsuk-table-responsive__heading">@Model.First().Vocabulary </span>
3838
<div class="nhsuk-grid-row">
3939
<div class="nhsuk-grid-column-full">
@@ -52,7 +52,7 @@
5252
@if (!string.IsNullOrWhiteSpace(competency.Description) && !competency.AlwaysShowDescription)
5353
{
5454
<details class="nhsuk-details">
55-
<summary class="nhsuk-details__summary nhsuk-u-padding-0">
55+
<summary class="nhsuk-details__summary">
5656
<span class="nhsuk-u-margin-bottom-0">
5757
<span class="nhsuk-details__summary-text">@competency.Name</span>
5858
</span>

DigitalLearningSolutions.Web/Views/Supervisor/ReviewSelfAssessment.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,10 @@
177177
@if (!string.IsNullOrWhiteSpace(competency.Description) && !competency.AlwaysShowDescription)
178178
{
179179
<details class="nhsuk-details">
180-
<summary class="nhsuk-details__summary">
181-
<h2 class="nhsuk-u-font-size-24 nhsuk-u-margin-bottom-0">
180+
<summary class="nhsuk-details__summary">
182181
<span class="nhsuk-details__summary-text">
183182
@competency.Name
184183
</span>
185-
</h2>
186184
</summary>
187185
<div class="nhsuk-details__text">
188186
@(Html.Raw(@competency.Description))

0 commit comments

Comments
 (0)