Friends, I have a style that does not work for me in Chrome, but it does work in Firefox. It is a style to enlarge a little more the option of a select and I apply it directly to the option element. I leave the style:
<div class="form-group col-sm-3">
<label for="selTorneo">Seleccione Torneo:</label>
<select class="form-control" id="selTorneo">
</select>
</div>
option
{
height: 40px;
max-height: 40px;
padding-top: 10px;
padding-left: 10px;
}
If there is a better way to do this, I remain attentive