Skip to content

Commit

Permalink
Merge pull request #1764 from alphagov/footer-component-tweak
Browse files Browse the repository at this point in the history
Fix text overflow bug in Firefox
  • Loading branch information
andysellick committed Jan 14, 2021
2 parents fdee96c + 91d1f77 commit e92dbcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Fix text overflow bug in Firefox ([PR #1764](https://github.com/alphagov/govuk_publishing_components/pull/1764))
* Tidy component filenames ([PR #1848](https://github.com/alphagov/govuk_publishing_components/pull/1848))
* Add print styling for magna charta component ([PR #1867](https://github.com/alphagov/govuk_publishing_components/pull/1867))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
border-top: govuk-spacing(2) solid govuk-colour("blue");
}

.govuk-footer__list-item {
display: inline-block;
width: 99%;
}

.gem-c-layout-footer .govuk-footer__list {
padding-bottom: govuk-spacing(7);
}

0 comments on commit e92dbcb

Please sign in to comment.