diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 03c10edc8..779ad2f52 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -1474,6 +1474,10 @@ del[data-operation-index] { display: none; } + .image { + page-break-inside: avoid; + } + .comment-marker { border: 0; background: none;