/* Roster standard-grid static values. */

.roster-grid .roster-col-code {
    min-width: 0;
    white-space: nowrap;
}

.roster-grid .slot-cell-static {
    height: var(--roster-grid-row-height);
    min-height: var(--roster-grid-row-height);
}
