You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Describe the bug
A month ago, I opened this ticket WordPress/gutenberg#37036 regarding the fact that it's impossible to set the width of the cover inner blocks. Currently, when using the Twenty Twenty-Two theme (or any block theme), the text inside the Cover blocks is full-width, thus not readable when using a full-width cover.
As it appears that no fix will be included in the WordPress 5.9 release, maybe the theme could include a CSS fix as the cover block is not usable anymore.
To Reproduce
Steps to reproduce the behavior:
Inside the page editor, insert a Cover block and set it to full-width.
Insert some long text.
See that the text is full-width.
Expected behavior
IMO, a user should be able to use the Cover block out of the box without having to add a group inside the cover to fix this issue.
Screenshots
The text was updated successfully, but these errors were encountered:
Thanks for filing the issue, @briceduclos. In general, the approach to Twenty Twenty-Two has been to avoid doing theme-specific fixes for Gutenberg issues whenever possible. Now that we're so close to release, I'm personally even more hesitant to add in that sort of code.
It looks like there's a PR here to get this working, so that's the best bet moving forward. I understand it's frustrating that this won't get in for the 5.9 release, but maybe it can be added to a minor release afterwards. Plus, once it's fixed in Gutenberg, it'll work for all block themes.
I'm going to close this issue for now, but we can keep discussing if you'd like. Thanks again for the report!
@briceduclos Could you set up an account on WordPress.org and connect your GitHub username so your name will be listed on the WordPress Credits page for the 5.9 release?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
A month ago, I opened this ticket WordPress/gutenberg#37036 regarding the fact that it's impossible to set the width of the cover inner blocks. Currently, when using the Twenty Twenty-Two theme (or any block theme), the text inside the Cover blocks is full-width, thus not readable when using a full-width cover.
As it appears that no fix will be included in the WordPress 5.9 release, maybe the theme could include a CSS fix as the cover block is not usable anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
IMO, a user should be able to use the Cover block out of the box without having to add a group inside the cover to fix this issue.
Screenshots
The text was updated successfully, but these errors were encountered: