I want to put icons on the home screen.
But between the icon and the text there is a “space”.
I can not take.
If I remove the </ br> The text is next to the icon and I want to below the icon.
<div class="card">
<div class="item item-divider" align="center">
Cat.
</div>
<div class="item item-text-wrap">
<button class="button button-icon">
<img class="imagemMenuInicial" src="img/addPedidos.png"></br>Text Loooooooong
</button>
<button class="button button-icon">
<img class="imagemMenuInicial" src="img/addPedidos.png"></br>Text Short
</button>
</div>
</div>