-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
.form-control-{sm,lg} height sizing classes don't work on <select>s #19771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@delakanda |
@cvrebert here is the JS bin link: It however seems that the form-control-sm class only seems to affect the text inside the 'select' eleme nt and not the size of the element itself |
Hi @delakanda! You appear to have posted a live example (https://jsbin.com/vacadozega/edit), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Reposting to trigger revalidation: https://jsbin.com/walamozoxa/edit?html,output |
Hi @cvrebert! You appear to have posted a live example (https://jsbin.com/walamozoxa/edit), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Okay, that particular warning should be safe to ignore. |
Possible cause: #17194 (comment) |
Tacked onto #19141. |
i am trying to apply the class form-control-sm to make my select element smaller. it doesnt seem to work.
i tried form-control-lg too and there is no visual change.
The text was updated successfully, but these errors were encountered: