How can I center button (round)? margin: 0 auto;
don’t work.
Ionic is not 100% like html/css (close but not 100%), try this instead
<button ion-button block>Save</button>
That’s not what i want. The button must be auto width. I don’t want it 100% width. :’(