We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47c1bd commit 3649decCopy full SHA for 3649dec
core/src/components/col/col.scss
@@ -40,6 +40,7 @@
40
:host([class*=" ion-grid-col--"]) {
41
flex: 0 0
42
calc(var(--ion-grid-col-span) * var(--col-unit-size) + (var(--ion-grid-col-span) - 1) * var(--ion-grid-gap, 0px));
43
+ max-width: calc(var(--ion-grid-col-span) * var(--col-unit-size) + (var(--ion-grid-col-span) - 1) * var(--ion-grid-gap, 0px))
44
}
45
46
:host([class^="ion-grid-offset-col--"]),
0 commit comments