html_text_box_width_reduction
This code shows a text input control (type=number) for which I would like to reduce its width.
by allankamau
HTML
<div class="col-md-1 px-0 py-0 mx-0 my-0">
<input id="metric_domain__input__lowerbound__1" type="number" filter_controls_div_name="filter_controls__results__coverage__div" metric_domain__checkbox__ordinal_number="1" step="any" placeholder="0.010001">
</div>