From 7dcfa906720b621e351c7f66ab7385ee72beaaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 27 Mar 2026 16:52:37 +0400 Subject: [PATCH] Remove arbitrary h2 sibiling page breaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- pkg/docgen/template.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/docgen/template.html b/pkg/docgen/template.html index 2d9009dd1..a24a8d4c7 100644 --- a/pkg/docgen/template.html +++ b/pkg/docgen/template.html @@ -181,14 +181,6 @@ font-style: italic; } - /* Force page breaks at strategic points */ - .document-content h2:nth-of-type(3), - .document-content h2:nth-of-type(5), - .document-content h2:nth-of-type(7), - .document-content h2:nth-of-type(9) { - page-break-before: always; - } - /* Signatures section */ .signatures-section { margin-top: 30px;