Skip to content

Commit 0f1ed35

Browse files
authored
DDCE-7696 fix accessibility issue (#320)
1 parent 10674c5 commit 0f1ed35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/PayrollingSummaryPageMpbik.scala.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ <h2 class="govuk-heading-l" id="benefits-tab">@messages("PayrollingSummaryMPBIK.
4848
<thead class="govuk-table__head">
4949
<tr class="govuk-table__row">
5050
<th scope="col" class="govuk-table__header">@messages("PayrollingSummaryMPBIK.table.header")</th>
51-
<th scope="col" class="govuk-table__header"></th>
51+
<th scope="col" class="govuk-table__header" style="width: 10em;">
52+
<span class="govuk-visually-hidden">Action</span>
53+
</th>
5254
</tr>
5355
</thead>
5456
<tbody class="govuk-table__body">

0 commit comments

Comments
 (0)