Reputation: 17610
I have some text inside a button. I want this text to be aligned at the top of the button. By default it seems to be aligned to the middle. In webkit I can get this text to align top using -webkit-box-align: start; This doesn't seem to work for IE.
Example: http://jsfiddle.net/RY6dQ/
Upvotes: 2
Views: 1340