/* Keep the row actions column from being squeezed so the button stays visible. */
.fi-ta-cell:has(.fi-ta-actions),
.fi-ta-header-cell:has(.fi-ta-actions),
.fi-ta-actions-header-cell {
    width: 1%;
    min-width: 3.5rem;
    white-space: nowrap;
}

.fi-ta-actions {
    flex-wrap: nowrap;
}
