<div align="center" class="form-group">
<select v-model="subject" class="form-control">
<option v-for="n in papertypes" class="">{{ n.type }}</option>
</select>
<br>
By default, Bootstrap makes the select drop down full width. I am looking to adjust the width so it only takes up as much space as needed. What is the best way to accomplish this?