Hi,
just trying to make a button wrap around the text content.
here is my code
<ion-button buttonType="button" expand="block" fill="clear" class="sign-up-btn" href="#">Don't have an account? Sign up here.</ion-button>
I tried the css code I got from the forums but it is not working as expected.
.sign-up-button{
.button-inner {
flex-flow: column;
}
}
Any advice is welcomed.