Skip to content

Commit

Permalink
Merge pull request #5060 from alphagov/error-summary-spacing-tweak
Browse files Browse the repository at this point in the history
Reintroduce additional bottom margin to Error Summary content
  • Loading branch information
querkmachine authored Jun 11, 2024
2 parents e2e0d9a + 9c6828e commit 520f234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ For advice on how to use these release notes see [our guidance on staying up to
We've made fixes to GOV.UK Frontend in the following pull requests:

- [#5043: Refactor the accordion JavaScript](https://github.com/alphagov/govuk-frontend/pull/5043)
- [##5044: Remove session storage checks from accordion JavaScript](https://github.com/alphagov/govuk-frontend/pull/5044)
- [#5044: Remove session storage checks from accordion JavaScript](https://github.com/alphagov/govuk-frontend/pull/5044)
- [#5060: Reintroduce additional bottom margin to Error Summary content](https://github.com/alphagov/govuk-frontend/pull/5060)

## 5.4.0 (Feature release)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
> * + * {
@include govuk-responsive-margin(4, "top");
}

> :last-child {
@include govuk-responsive-margin(1, "bottom");
}
}

// Cross-component class - adjusts styling of list component
Expand Down

0 comments on commit 520f234

Please sign in to comment.