Open t-hamano opened 18 hours ago
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 props-bot
label.
If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: up1512001 <up1512001@git.wordpress.org>
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.
Size Change: +8 B (0%)
Total Size: 1.81 MB
Filename | Size | Change |
---|---|---|
build/edit-widgets/style.css |
4.1 kB | +4 B (+0.1%) |
build/editor/style-rtl.css |
9.53 kB | -1 B (-0.01%) |
build/editor/style.css |
9.54 kB | +5 B (+0.05%) |
Flaky tests detected in b25d61793507827321c1aac2cb6648416b978b8e. Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.
đ Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11630909403 đ Reported issues:
/test/e2e/specs/editor/various/post-editor-template-mode.spec.js
Follow-up #63243
What?
This PR fixes the button misalignment in the
ComplementaryArea
component.Why?
I suggested here to remove some margins, which weren't needed in the global styles, but were needed for the plugin sidebar.
How?
Rather than restoring the left margin on the buttons, I added a right auto-margin to the title instead. This is also to avoid using selectors with the
.components-
prefix. Since thetitle
prop is required, this should ensure that the buttons are always positioned on the right.Testing Instructions
Screenshots or screencast