fix top margin of images and tables which can obscure their handles

This commit is contained in:
zadam 2020-12-25 13:01:35 +01:00
parent 577dc95ab8
commit 4f27254e64

View File

@ -38,7 +38,7 @@ const TPL = `
cursor: text !important; cursor: text !important;
} }
.note-detail-editable-text *:first-child { .note-detail-editable-text *:not(figure):first-child {
margin-top: 0 !important; margin-top: 0 !important;
} }