td {
   white-space: pre-line;
   line-height: 1.15;
}

td br {
    display: block;           /* or 'inline' */
    height: 0;
    margin: 0;
    content: '';
    white-space: pre;
}

table td {
    padding: 4px 8px;      /* reduce cell padding if needed */
    vertical-align: top;
}

