In my form I would like to decrease my Input field\'s height.
I know there are input-small, input-medium classes which control input field\'s width, but is there any th
According to the Bootstrap doc: Bootstrap CSS, you should use .input-sm
If you're going to write your own CSS, you are not really taking advantage of the power of Bootstrap.
It just changes the height
property as mentioned by @Neps
But, I have had to override the .input-sm
in my own CSS to get the sizing right.
I just prefer to use the Bootstrap classes where ever possible.