-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
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
Activating Gutenberg messed backend styling #6235
Comments
Thanks. I saw this too but I wasn't sure if it was a problem with my Gutenberg build or it was a new issue. |
Might be because we're bundling the CSS from |
Currently working on migrating used styles from |
Present in Gutenberg 10.5.4: https://github.com/WordPress/gutenberg/blob/v10.5.4/packages/components/src/visually-hidden/style.scss It looks like this problem was introduced in WordPress/gutenberg#31244. |
That PR has just been reverted via WordPress/gutenberg#31882. I'll continue the work on migrating the styles into the appropriate Gutenberg components but I think this issue can be punted to the next release for now. |
I can confirm that the Settings screen is back to normal for now (when on 67f2cf8 and WordPress/gutenberg@b5f6955): |
Confirmed. Fixed in Gutenberg v10.6.1. |
Oh yes that would resolve this issue as well. I'll create a separate PR with those changes then as they've become mutually exclusive to the actual issue I was fixing. |
@pierlon Is there a quick fix that would address this for 2.1.4? |
Just created #6570 as a fix. |
My cherry-pick (d4d2a7b) onto the 2.1 branch failed: https://github.com/ampproject/amp-wp/runs/3444490820#step:7:109 It appears due to the Gutenberg packages not being updated. @pierlon Is this something that can be easily backported to 2.1.x? Or is it too much of a headache? |
It seems all that's needed is to update the JS test snapshots to match the version of the |
Great! Fixed as of #6575. |
Can confirm, looking into this. |
The version of the |
Fixed for 2.1.4 via #6585. Ready for QA. |
I've tested various screens in the different versions and everything seems to check out. @delawski Maybe you have some other areas in mind to test as well. Otherwise, I'm moving this to QA Passed. |
All good here 👍 |
Bug Description
Activating Gutenberg messed AMP settings page styling a little bit
Expected Behaviour
Activating any plugin should not have effects on settings
Steps to reproduce
Screenshots
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: