[wp-trac] [WordPress Trac] #57823: buttons don't align center
WordPress Trac
noreply at wordpress.org
Tue Feb 28 17:33:48 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: | Focuses: css
--------------------------+------------------------------
Changes (by sabernhardt):
* focuses: => css
* component: General => Editor
Old description:
> Buttons aren't aligning center. Container not set to display: flex; or
> display: grid;
> https://store.irishtradmusic.org/
>
> The big button in the center centers when I add CSS:
> .wp-block-buttons {
> display: flex;
> }
New description:
Buttons aren't aligning center. Container not set to `display: flex;` or
`display: grid;`
https://store.irishtradmusic.org/
The big button in the center centers when I add CSS:
{{{
.wp-block-buttons {
display: flex;
}
}}}
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57823#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list