I tried to place a button inside an header (e.g. card-header or list-header). I used for example the following code:
<ion-card-header> Text <ion-buttons end> <button outline> <ion-icon name="add"></ion-icon> </button> </ion-buttons> </ion-card-header>
The problem is, that the height of the header is crowing and the button isn’t placed on the same height as the text. The position of the button is lower than the text.
How can I place the button on the same height as the text?