If I create a row and set it to Auto rather than Grow the columns still grow instead of respecting the column settings as set in the row…
If I add multiple columns into a single row and the last column is on its own line the column always grows irrespective of the settings.
I would expect the CSS below to be flex-grow: 0 and not 1.
.md-f > .x-row-inner > * {
flex-grow: 1;
}