-
Notifications
You must be signed in to change notification settings - Fork 809
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
Slideshow Block: Fix Wide/Full Alignment #17645
Conversation
Caution: This PR has changes that must be merged to WordPress.com |
Scheduled Jetpack release: November 10, 2020. E2E results is available here (for debugging purposes): https://jetpack-e2e-dashboard.herokuapp.com/pr-17645 Thank you for the great PR description! When this PR is ready for review, please apply the |
Note: Let's add an e2e test to cover the Slideshow's full/wide alignment options to make sure we'd catch any regressions in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in a local Jetpack instance with GB 9.2.2. Without this patch, the reported error happens. With this patch, setting the block to full-width works as expected ✔️
TestsTested using local jetpack dev environment Functionality
Browsers
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that this fixes the issue and doesn't appear to cause regressions in the interface layout or block width settings
Thanks @jeyip! |
Thanks Marcelo and Jeremy! I'll go ahead and merge the WP.com counterpart, since we're seeing a steady influx of users running into this issue. |
r216021-wpcom |
Cherry-picked to |
Hi @Automattic/good-mountain, I've got bad news! |
Thanks for looking into this y'all! @sirreal you're right, the fix is included in 9.2 and the Also... I can't find where be7ab6e was merged... 😮
So maybe we don't need to do anything JP-side? |
Yeah, I think we're all set. That commit is an orphan, I think it was created while testing this branch. |
Fixes #17616. Carried over from WordPress/gutenberg#26552 so we have a short-term fix while waiting for that PR to land.
Changes proposed in this Pull Request:
Set
max-width
of.interface-interface-skeleton__editor
to 100%, so that blocks cannotFor more details, see WordPress/gutenberg#26552.
Jetpack product discussion
N/A
Does this pull request change what data or activity we track or use?
No.
Testing instructions:
Verify that #17616 is fixed.
Proposed changelog entry for your changes:
Set
max-width
of.interface-interface-skeleton__editor
to 100% to fix wide/full alignment of Slideshow Block.