Created by: andresgalante
Since the custom select has a width: 100%
here the custom select goes to a new line when there is a label:
This PR adds a sr-only
to the label to make it look like this:
This is not a fix to the problem, it's just fixing the docs. An author can use the label with the custom select if they use the form-inline
class.