[wp-trac] [WordPress Trac] #56970: .is-layout-flex broken

WordPress Trac noreply at wordpress.org
Thu Nov 3 00:07:25 UTC 2022


#56970: .is-layout-flex broken
--------------------------+-----------------------------
 Reporter:  rsmith4321    |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  6.1
 Severity:  normal        |   Keywords:  needs-testing
  Focuses:                |
--------------------------+-----------------------------
 I notice after I updated to 6.1 none of my buttons that were set to
 justify center were centered. I inspected the CSS and noticed that the
 .is-layout-flex class is not applying display: flex to the block. I added
 in my custom CSS

 {{{
 .is-layout-flex {
         display: flex;
 }
 }}}

 and that fixed the issue.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56970>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list