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

.table-row-clickable {
    cursor: pointer;
}

.table-row-clickable:hover {
    background-color: rgba(13, 110, 253, 0.08);
}
