Flexbox and auto margins layout #46133
Labels
[Feature] Layout
Layout block support, its UI controls, and style output.
[Feature] Nested / Inner Blocks
Anything related to the experience of nested/inner blocks inside a larger container, like Group or P
[Type] Bug
An existing feature does not function as intended
What problem does this address?
I am trying to add a few patterns to the WooCommerce Blocks Product Query block and realized there's currently no good layout solution for the following layout:
I was trying to achieve the following layout using core blocks:
Since the product image will have a variable height (which will determine the height of the container), achieving the desired Price product element position is currently not possible without custom code.
What is your proposed solution?
It would be useful if:
flexbox
behavior of blocks (on per block level, if the parent is using flexbox)auto
valueRelated issue: #45868
The text was updated successfully, but these errors were encountered: