Lines are not shown

Hello,

I want to display the lines upper and under the list-header as same as in the Ionic documentation.

Unbenannt

In my case, it does not work.

<ion-content no-padding>
  <ion-item-divider no-padding>
    <ion-list-header no-lines>
      {{ 'Person'| translate }}
    </ion-list-header>
  </ion-item-divider>

Without know anything about this: Why do you add no-lines if you want to show the lines?

Because then the line is shown outside the ion-item-divider area.