pootlepress / caxton

Gutenberg pro
GNU General Public License v2.0
24 stars 6 forks source link

Min height inherit on inner blocks causing issue with some other blocks #196

Open shramee opened 2 years ago

shramee commented 2 years ago

These style,

.block-editor-inner-blocks,
.block-editor-block-list__layout {
    min-height: inherit;
}

could go inside the blocks that need it (like layout/cover block).

❗ Need to test all blocks after updating.