From ff97fdef8e33800e937ab928b218fa009a375e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 2 Mar 2024 10:40:29 +0100 Subject: [PATCH] Apply page-break-inside: avoid; for .que .content, too. --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 3650b49..dce4512 100644 --- a/styles.css +++ b/styles.css @@ -31,7 +31,8 @@ page-break-before: always; } div.history.clearfix, - div.que .info { + div.que .info, + div.que .content { page-break-inside: avoid; } }