When utilizing Twitter Bootstrap, I noticed that select boxes are consistently narrower than input boxes.
Is there a way to ensure they are the same width without resorting to adding unsightly padding?
EDIT
To illustrate this issue, here is a simple example - http://jsfiddle.net/DfY8z/2/
The same example with a custom class applied can be found here - http://jsfiddle.net/DfY8z/3/
While classes like span3
, span4
, etc., are available, I prefer my inputs to occupy all available space and be of equal size, hence why I'm using a custom class.