Answers for "ionic 4 always at bottom"

2

ion-item remove bottom line

<ion-item lines="none">
  <ion-text>No lines</ion-text>
</ion-item>
Posted by: Guest on June-29-2020
0

ion-item no padding ionic 4

ion-item {
--padding-start: 0px;
--inner-padding-end: 0px;
}
Posted by: Guest on February-11-2021

Code answers related to "ionic 4 always at bottom"

Browse Popular Code Answers by Language