Skip to content

Commit

Permalink
Merge pull request #2312 from edwardhorsford/patch-3
Browse files Browse the repository at this point in the history
Remove padding-right from details element
  • Loading branch information
36degrees authored Aug 24, 2021
2 parents 4b42bc2 + 8e0e56d commit 450252d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ We’ve made fixes to GOV.UK Frontend in the following pull requests:
- [#2273: Fix invisible footer OGL logo in forced color mode](https://github.com/alphagov/govuk-frontend/pull/2273) – thanks to [@oscarduignan](https://github.com/oscarduignan) for reporting this issue.
- [#2277: Fix invisible start button chevron in forced color mode](https://github.com/alphagov/govuk-frontend/pull/2277)
- [#2290: Improve support for IE11 with Windows High Contrast Mode](https://github.com/alphagov/govuk-frontend/pull/2290)
- [#2312: Remove padding-right from details element](https://github.com/alphagov/govuk-frontend/pull/2312)

## 3.13.0 (Feature release)

Expand Down
3 changes: 2 additions & 1 deletion src/govuk/components/details/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
}

.govuk-details__text {
padding: govuk-spacing(3);
padding-top: govuk-spacing(3);
padding-bottom: govuk-spacing(3);
padding-left: govuk-spacing(4);
border-left: $govuk-border-width solid $govuk-border-colour;
}
Expand Down

0 comments on commit 450252d

Please sign in to comment.