I was using a LinkButton and it had like lot of text in it which made it quite long. This was fine as the LinkButton wrapped the text onto the next line when it ran out of r
You should be able to set a width on the asp:button (width=100) and that should force the text to wrap.