fix(grid): add flex to ion-grid to allow it to properly render in an ion-item (#17258)

fixes #17075
This commit is contained in:
Andrew Ferguson
2019-01-25 11:54:30 -05:00
committed by Brandy Carney
parent 986e67b02a
commit 40c69554d4

View File

@ -24,6 +24,8 @@
@include margin-horizontal(auto);
display: block;
flex: 1;
}
// Fixed Grid