In the screenshot below, there is a DIV container with padding of 15px on the left and right. However, the contents are appearing spaced out downwards for some reason...
Other than the left & right padding, no other styling seems to be affecting it. Adjusting line height, borders, or heights does not solve the issue.
The input itself consists of:
<div class="numericInput">
<input class="numeric input" type="text">
<div class="numericWrap"><span class="increase"></span><span class="decrease"></span>
</div>
</div>
According to IE Developer Tools, only the parent DIV is causing this gap, not any other applied styles.