mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
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:
committed by
Brandy Carney
parent
986e67b02a
commit
40c69554d4
@ -24,6 +24,8 @@
|
||||
@include margin-horizontal(auto);
|
||||
|
||||
display: block;
|
||||
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
// Fixed Grid
|
||||
|
||||
Reference in New Issue
Block a user