@media print {
    pre:has(code) {
        max-height: none !important;
    }
}