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;