Overflow hidden breaks layout

Viewed 1612

I have two buttons and one of them contains input file. I added overflow: hidden to it in order to keep size of the button. Unfortunately this broke the line of buttons. Does anybody have idea how to fix that: http://jsfiddle.net/HNx8f/1/

2 Answers
Related