When an entire card is clickable (i.e. has an onClick set) and textAlign: left is set, a long title becomes centered when it wraps to a second line.
Edit: the text inside the button is always centered, it's just not noticebale until the button hits the max-width of the card content container.

When an entire card is clickable (i.e. has an
onClickset) andtextAlign: leftis set, a long title becomes centered when it wraps to a second line.Edit: the text inside the button is always centered, it's just not noticebale until the button hits the max-width of the card content container.