fix: Avoid print breaking across image

This commit is contained in:
Tom Moor
2023-03-23 23:11:50 -04:00
parent c7e95df5ce
commit 45a603f76f

View File

@@ -1474,6 +1474,10 @@ del[data-operation-index] {
display: none;
}
.image {
page-break-inside: avoid;
}
.comment-marker {
border: 0;
background: none;