diff --git a/src/public/app/widgets/type_widgets/editable_text.js b/src/public/app/widgets/type_widgets/editable_text.js index 41e934fad..aa6d64053 100644 --- a/src/public/app/widgets/type_widgets/editable_text.js +++ b/src/public/app/widgets/type_widgets/editable_text.js @@ -38,7 +38,7 @@ const TPL = ` cursor: text !important; } - .note-detail-editable-text *:first-child { + .note-detail-editable-text *:not(figure):first-child { margin-top: 0 !important; }