Button horizontal align

How can I center button (round)? margin: 0 auto; don’t work. :confused:

Ionic is not 100% like html/css (close but not 100%), try this instead :slight_smile:

<button ion-button block>Save</button>

That’s not what i want. :frowning: The button must be auto width. I don’t want it 100% width. :’(