We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure if this is a recent regression, but I found that the header doesnt render as I'd expect while working on the spacing (#1122)
On the GOV.UK Prototype Kit site there also seems to be misrendering of the header:
In internet explorer 9 there are no issues with either.
The text was updated successfully, but these errors were encountered:
Looks to be because the container does not have margin: auto, since those rules are in a media query (which are not supporting in IE8).
margin: auto
We could consider adding margin: auto to the header container, or potentially this is a wider issue for all containers: https://github.com/alphagov/govuk-frontend/blob/master/src/objects/_width-container.scss#L1
Sorry, something went wrong.
NickColley
Successfully merging a pull request may close this issue.
I'm not sure if this is a recent regression, but I found that the header doesnt render as I'd expect while working on the spacing (#1122)
On the GOV.UK Prototype Kit site there also seems to be misrendering of the header:
In internet explorer 9 there are no issues with either.
The text was updated successfully, but these errors were encountered: