.table pre {
    white-space: pre-wrap;
    word-break: break-word;
}

.table tbody td {
    word-break: break-all;
}
