I have this following piece of code.
<fieldset>
<div class="control-group form-group">
<label class="control-label" for="number-of-properties">Number Of Properties</label>
<div class="controls">
<input id="number-of-properties" type="number" min=0>
</div>
</div>
</fieldset>
The number input is too thin and only half of the number is visible. I want the full number to be visible.