From 7cf47520d42588d99be96a3c05f8d2e2a451834a Mon Sep 17 00:00:00 2001 From: baiyongjie <407221377@qq.com> Date: Thu, 11 May 2023 10:54:20 +0800 Subject: [PATCH] fix included note display --- src/public/app/widgets/type_widgets/editable_text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }