Hello,
I have two buttons side by side. The code is for the first block, see picture.
<div text-center="">
<button ion-button>
<ion-icon name="add"></ion-icon>
</button>
<button ion-button>
<ion-icon name="remove"></ion-icon>
</button>
I wanna get the buttons in full half length, see block 2.