.scrollable-div {
    overflow-x: auto;
}
.table td, .table th {
    white-space: nowrap;
}
.table th, .table td {
    min-width: 150px; /* or whatever minimum width you desire */
}
