[wp-trac] [WordPress Trac] #57007: Row block in Gutenberg broken in 6.1

WordPress Trac noreply at wordpress.org
Mon Nov 7 09:54:33 UTC 2022


#57007: Row block in Gutenberg broken in 6.1
--------------------------+------------------------------
 Reporter:  mplayer       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:  6.1
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by poena):

 Hi

 I have not been able to reproduce this using WordPress 6.1 without plugins
 active.
 I tested several different themes both classic and FSE.

 Macos Ventura 13.0, Chrome Version 107.0.5304.87, Firefox 106.0.5. Safari
 16.1.

 Can you share anything more about your WordPress environment or the
 combination of blocks?
 Are the blocks nested, what kind of settings are enabled on the row?
 Did you deactivate all plugins?


 I am seeing the following styles on the front, using Twenty Twenty-three:
 {{{
 .wp-block-group.wp-container-8 {
     flex-wrap: nowrap;
 }

 body .is-layout-flex {
     flex-wrap: wrap; //this is not applied because it is replaced by
 nowrap above.
     align-items: center;
 }
 body .is-layout-flex {
     display: flex;
 }
 body .is-layout-constrained >
 :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
     max-width: var(--wp--style--global--content-size);
     margin-left: auto !important;
     margin-right: auto !important;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/57007#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list