td:has(details[open]) {
    width: 50vw !important;
    min-width: 50vw !important;
    max-width: 50vw !important;
    white-space: normal !important;
}

td:has(details[open]) details[open] > pre {
    max-height: 300px;
    overflow-y: auto;
}
