diff --git a/src/public/app/widgets/type_widgets/editable_text.js b/src/public/app/widgets/type_widgets/editable_text.js index 12999e336..c3d328312 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; }