Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: bd38d83585cd9f6a2d020aba8a6529b45c308513 https://github.com/xwiki/xwiki-platform/commit/bd38d83585cd9f6a2d020aba8a652... Author: Marius Dumitru Florea <[email protected]> Date: 2026-08-14 (Fri, 14 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. (cherry picked from commit c3e8053fb80ede02b20324c7dda9e85d7f9c2201) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications