Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c3e8053fb80ede02b20324c7dda9e85d7f9c2201 https://github.com/xwiki/xwiki-platform/commit/c3e8053fb80ede02b20324c7dda9e... Author: Marius Dumitru Florea <[email protected]> Date: 2026-08-12 (Wed, 12 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-ui/src/main/resources/XWiki/PDFExport/Sheet.xml Log Message: ----------- XWIKI-24677: The nodes from the PDF export Table of Contents tree that don't fit a single print page get truncated * Using overflow-x:hidden on ToC list items prevents them from being properly split into print pages. Use overflow-x:clip because it doesn't create a scroll container. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications