.menu-list a {
    white-space: nowrap;
}

.table.compact td, .table.compact th {
    white-space: nowrap;
    max-width: 5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table th {
    
}

.table-container.overflow {
    overflow: auto;
    height: 500px;
    width: 100%;
}

thead th {
    position: sticky;
    top: 0;
    background: white;
}