Problem
The new styles for table of content in new print styles take up more space than existing one. the space is not justified for the use of the TOC.
Solution
Tighten up the TOC by reducing font size and paddings
Spec
.vector-experimental-print-styles #toc > ul > li { margin-bottom:4px; } .vector-experimental-print-styles #toc li.toclevel-1 > a { font-size:10pt; } .vector-experimental-print-styles #toc { page-break-before: avoid; page-break-after: avoid; }