We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5f74b commit 09fcdc7Copy full SHA for 09fcdc7
1 file changed
BREAKING.md
@@ -127,7 +127,7 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
127
<ion-grid>
128
<ion-row>
129
<ion-col size="auto" order="2" order-md="2">
130
- <div>ion-col size="3" size-md="6" order="9" order-md="6"</div>
+ <div>ion-col size="auto" order="2" order-md="2"</div>
131
</ion-col>
132
<ion-col size="auto" order="1" order-md="1">
133
<div>ion-col size="9" size-md="6" order="3" order-md="6"</div>
0 commit comments