diff --git a/src/govuk/components/accordion/_index.scss b/src/govuk/components/accordion/_index.scss index 3379649838..15fa9f2849 100644 --- a/src/govuk/components/accordion/_index.scss +++ b/src/govuk/components/accordion/_index.scss @@ -271,8 +271,12 @@ // relates to the content below. Adjust padding to maintain the height of the element. // See https://github.com/alphagov/govuk-frontend/pull/2257#issuecomment-951920798 .govuk-accordion__section--expanded .govuk-accordion__section-button { - padding-bottom: govuk-spacing(4); + padding-bottom: govuk-spacing(3); border-bottom: 0; + + @include govuk-media-query ($from: desktop) { + padding-bottom: govuk-spacing(4); + } } // As Chevron icon is vertically aligned it overlaps with the focus state bottom border