Changing top and bottom causes "custom html" blocks to be uneditable #14071
Labels
[Block] HTML
Affects the the HTML Block
Needs Technical Feedback
Needs testing from a developer perspective.
Describe the bug
Reducing the top and bottom margins of blocks causes the "custom html" blocks to be uneditable.
The problem shows up in all blocks but is more severe in the "custom html" blocks. You can see from the following screenshot that even for paragraph blocks the first block is interfering with the second block:
https://cl.ly/4bff581651a0
To Reproduce
Steps to reproduce the behavior:
.editor-block-list__layout .editor-block-list__block .editor-block-list__block-edit { margin-bottom: 10px; margin-top: 10px; }
You will find that you can't edit the first block.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: