/* Allow record action buttons to shrink inside content grid cards so label text wraps */
.fi-ta-content-grid .fi-ta-actions > * {
    flex-shrink: 1;
}
