diff --git a/packages/govuk-frontend/src/govuk/components/error-summary/_index.scss b/packages/govuk-frontend/src/govuk/components/error-summary/_index.scss index 2453dc66ec..e9ff01866a 100644 --- a/packages/govuk-frontend/src/govuk/components/error-summary/_index.scss +++ b/packages/govuk-frontend/src/govuk/components/error-summary/_index.scss @@ -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