I'm trying to build a form using twitter bootstrap and having the input fields' width maximized by using the .input-block-level class.
This works well in this example below, taken from the official site.
However, if I take the icon example, also from the official site, and use the .input-block-level class on the input element, it doesn't work.
If I apply the .input-block-level class to both input-prepend and input, it gets wide but a little bit wider than desired.
What am I doing wrong here?