Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57823


Ignore:
Timestamp:
02/28/2023 05:33:48 PM (21 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57823

    • Property Focuses css added
    • Property Component changed from General to Editor
  • Ticket #57823 – Description

    initial v1  
    1 Buttons aren't aligning center. Container not set to display: flex; or display: grid;
     1Buttons aren't aligning center. Container not set to `display: flex;` or `display: grid;`
    22https://store.irishtradmusic.org/
    33
    44The big button in the center centers when I add CSS:
     5{{{
    56.wp-block-buttons {
    67        display: flex;
    78}
     9}}}