Skip to content

Commit

Permalink
Add a space before visually-hidden-text in summary list action
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Oct 3, 2023
1 parent 0993a14 commit 37f013f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ static TagBuilder GenerateLink(SummaryListAction action, int rowIndex)
var vht = new TagBuilder("span");
vht.MergeCssClass("govuk-visually-hidden");
vht.InnerHtml.Append(action.VisuallyHiddenText);
anchor.InnerHtml.Append(" ");
anchor.InnerHtml.AppendHtml(vht);
}

Expand Down

0 comments on commit 37f013f

Please sign in to comment.