From 45a603f76f16c9f741e95dd3488c338214e5e348 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 23 Mar 2023 23:11:50 -0400 Subject: [PATCH] fix: Avoid print breaking across image --- shared/editor/components/Styles.ts | 4 ++++ 1 file changed, 4 insertions(+) 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;