diff --git a/src/public/app/widgets/type_widgets/editable_text.js b/src/public/app/widgets/type_widgets/editable_text.js index 826a9eab3..10004e736 100644 --- a/src/public/app/widgets/type_widgets/editable_text.js +++ b/src/public/app/widgets/type_widgets/editable_text.js @@ -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; }