I noticed there is a padding applied on ion-item under the following class (This is in ionic 2)
.item-md {
padding-left: 16px;
}
I tried using no-padding which did not work either.
The padding is fine for the text but is causing a gap in the line separator between the ion-items, what would be the standard way to get rid of it. Also preferably keep the text padding.