fix included note display

This commit is contained in:
baiyongjie 2023-05-11 10:54:20 +08:00
parent 6a9aa5eeda
commit 7cf47520d4

View File

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