Struggling to set the size of an HTML "select" field in Bootstrap 3 (latest) to normal width instead of 100%? Looking for a cleaner solution than resorting to tables or adding fields within bootstrap columns that might cause indentation issues due to borders. Custom styles with specific sizes don't seem like the most ideal option either, as all I want is for the field to adjust based on content length, mirroring the default behavior of a select field.
If anyone has a simple and effective workaround to tackle this issue created by Bootstrap's form-control class making all selects stretch uniformly, please share your insights!