I am pretty sure this is the css that did it …
ion-col.my-thin-col {
flex: 0 0 4px;
padding:0;
margin-right:10px;
}
and then just apply this…
<ion-col class='my-thin-col'></ion-col>
I am pretty sure this is the css that did it …
ion-col.my-thin-col {
flex: 0 0 4px;
padding:0;
margin-right:10px;
}
and then just apply this…
<ion-col class='my-thin-col'></ion-col>