-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Editor: Fix canvas padding in post editor #61893
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Could this be related to zoom-out changes? Maybe that's at least a good thing to retest, cc @MaggieCabrera |
Size Change: +14 B (0%) Total Size: 1.74 MB
ℹ️ View Unchanged
|
Flaky tests detected in 054706c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9204826250
|
Co-authored-by: youknowriad <youknowriad@git.wordpress.org> Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org> Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
What?
I noticed a small regression in the post editor where the width of the canvas is not correct (no padding on the right) when you move to "template mode". This PR fixes the issue but I'm not entirely sure when this regression happened.
Testing Instructions
1- Open the post editor
2- Click "Template" on the sidebar and "Edit template"
3- There should be a padding around the canvas.