Right now, when a button's content is longer than the max-width set via CSS, the text overflows the button element:
You can see another example of this in the new dialog component:
We should update this to hide overflow with an ellipsis or something.