24.02.2015, 03:55
To achieve it change width property to following and add padding to make a little space between button border and text.
Use this code :
Demo - http://jsfiddle.net/mt5fs339/
Edit the text in html section in demo and press Ctrl + Enter to see the result
Use this code :
Код:
width: auto; padding: 2px 5px;
Edit the text in html section in demo and press Ctrl + Enter to see the result