Skip to content

Commit

Permalink
Merge pull request #1247 from alphagov/fix-character-encoding-in-tabs
Browse files Browse the repository at this point in the history
Fix tabs bullet point character encoding issue when not enhanced
  • Loading branch information
NickColley authored Mar 13, 2019
2 parents 20085ee + 0efbecf commit abb0c36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@

([PR #N](https://github.com/alphagov/govuk-frontend/pull/N))

- Fix tabs bullet point character encoding issue when not enhanced

Thanks [Ed Horsford](https://github.com/edwardhorsford) and [Steve Sims](https://github.com/stevesims) for their help on this one.

([PR #1247](https://github.com/alphagov/govuk-frontend/pull/1247))

- Update padding of govuk-main-wrapper

This increases the padding of `govuk-main-wrapper` (on tablet and above) to be more inline with GOV.UK. When updating, your pages will have 10px more white space above and below the 'main' content area.
Expand Down
2 changes: 1 addition & 1 deletion src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
margin-left: govuk-spacing(5);

&::before {
content: " ";
content: "\2014 "; // "— "
margin-left: - govuk-spacing(5);
padding-right: govuk-spacing(1);
}
Expand Down

0 comments on commit abb0c36

Please sign in to comment.