﻿@media (min-width: 641px) {
    .cell-truncate {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 0;
    }
}

.table-fill {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}

.table-fill > .mud-table-container {
    flex-grow: 1;
}

.table-fill > .mud-table-pagination {
    overflow: visible;
}
