From 40c69554d433c028ba0df460716cf5fc9308651c Mon Sep 17 00:00:00 2001 From: Andrew Ferguson Date: Fri, 25 Jan 2019 11:54:30 -0500 Subject: [PATCH] fix(grid): add flex to ion-grid to allow it to properly render in an ion-item (#17258) fixes #17075 --- core/src/components/grid/grid.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/components/grid/grid.scss b/core/src/components/grid/grid.scss index 354bb142eb..f7afd470de 100644 --- a/core/src/components/grid/grid.scss +++ b/core/src/components/grid/grid.scss @@ -24,6 +24,8 @@ @include margin-horizontal(auto); display: block; + + flex: 1; } // Fixed Grid