Is there a way to combine form-control and input-mini classes in order to create a SELECT element with a width of around 60px and a height of approximately 20px?
<select id="RoleSelect" class="form-control input-mini { width: 60px; }" runat="server">
I have showcased my solution on a fiddle. https://jsfiddle.net/baileyjames9/c8be067k/2/