Posts by Raphael Augusto • 26 points
1 post
-
1
votes1
answer102
viewsA: Break line with <img> and <p> inside an <ion-button> - IONIC 5
Thales, use a div for each element to be able to manipulate them more easily. <ion-button (click)="go('adopt')" class="button" color="dark"> <div class="content-container"> <div…