Accordion list inoic 3

Hello, I do not understand why my list goes like this, I’m using the accordion components and I need to create new list.

<ion-content padding id="page6">

    <accordion ></accordion>
    <accordion></accordion>
    <accordion></accordion>
    
    
</ion-content>

Ionic does not have an official accordion component as far as I know. You are likely using a 3rd party component. There are many implementations out there such as this and that. If you need help, it would be useful to create a runnable demo, maybe fork this and share your full code (not screenshots)