Ion-grid - align-items-stretch attribute doesn't appear to do anything

Hi there,

I’ve got an ion-grid in my template which contains six columns in a single row. All of the columns can contain different sets of content, but ultimately I want the columns to all to be the same height on the row.

I’ve used the attribute align-items-stretch and placed it on my single ion-row, as the docs say that this stretches all child columns to be the same height as the row itself (or the column with the most content). However, this doesn’t appear to do anything.

Any help here would be appreciated