Merge pull request #3923 from soulsands/fix-include

fix included note display
This commit is contained in:
zadam 2023-05-17 23:06:50 +02:00 committed by GitHub
commit da348075e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ const TPL = `
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;
}