[wp-trac] [WordPress Trac] #57823: buttons don't align center
WordPress Trac
noreply at wordpress.org
Mon Mar 6 07:19:44 UTC 2023
#57823: buttons don't align center
--------------------------+------------------------------
Reporter: stinkykong | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 6.1.1
Severity: minor | Resolution:
Keywords: close | Focuses: css
--------------------------+------------------------------
Changes (by poena):
* keywords: => close
Comment:
Hi!
Looking at the webpage, I see the {{{is-layout-flex}}} class on the
buttons block.
But from what I can tell, the CSS that adds the flex to that class is
missing:
{{{
body .is-layout-flex {
display: flex;
}
}}}
I believe what you have encountered is a bug that has been reported and
tested in the Gutenberg GitHub repository:
https://github.com/WordPress/gutenberg/issues/45713
The good news is that the bug has been solved and the fix will be included
in WordPress 6.2.
I suggest that this issue is closed as ''reported-upstream''.
If you have the availability, you can test if this bug fix solves the
problem by installing the WordPress 6.2 beta ''on a test install''.
https://make.wordpress.org/core/2023/03/01/wordpress-6-2-beta-4/
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57823#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list