When adding InnerBlocks support to a block that uses display: flex, the front-end renders fine but in the block editor some DIVs get added within the block that break the flex settings for horizontal and vertical alignment -- here are the added divs:
<div class="block-editor-inner-blocks">
<div class="block-editor-block-list__layout" data-is-drop-zone="true">
I found a workaround/solution here that is also used in WordPress Core, but I have no idea how to apply this to my MetaBox driven blocks. Can you help me applying this fix?
Here is the solution:
https://wordpress.stackexchange.com/questions/390696/innerblocks-breaks-flexbox-and-css-grid-styles
Thank you!