Hi, this issue is marked as resolved yet I’m still experiencing this issue with both wordpress 6.0.0 and 6.0.1. Prior to those versions works fine. The row block displays as a stacked column in the editor. I made sure all plugins are disabled and I’m using the TwentyTwo theme.
The only way I can get them to get the row to not stack (in the editor) is to remove the gutter (set it to 0) on the row block properties.
**edit** With the latest version of Qubely, downgrading to wordpress version 5.9.3 does not provide a resolution anymore. Is this reproducible on your end?
**edit 2** When editing a post, in the browser console, if I disable the flex-wrap on the following rule (an inline style), the column flows as expected. I’ll use this as a work-around but I’m curious if this is reproducible.
.qubely-row > .block-editor-inner-blocks > .block-editor-block-list__layout {
display: flex;
flex-wrap: wrap;
}
-
This reply was modified 2 years, 8 months ago by
hostingct.
-
This reply was modified 2 years, 8 months ago by
hostingct.
-
This reply was modified 2 years, 8 months ago by
hostingct.
-
This reply was modified 2 years, 8 months ago by
hostingct.
-
This reply was modified 2 years, 8 months ago by
hostingct.
-
This reply was modified 2 years, 8 months ago by
hostingct.