table {
    table-layout: auto;
    width: auto;
    border-collapse: collapse;
}

table td,
table th {
    white-space: nowrap;
    padding: 0.5rem;
}