.historyTable {
    width: 100%;
    table-layout: fixed;
    overflow-x: auto;
}

.historyTable th, .historyTable td {
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
}

.historyTable td {
    max-width: 200px;
}