-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
.form-control-sm and .custom-select-sm give different font size/padding #26476
Comments
And in *-lg variant left padding is different https://jsfiddle.net/6oj656wb/1/ |
And BTW, left padding is inconsistent with inputs https://jsfiddle.net/6oj656wb/2/ |
Nearly everything between our custom components is different, why would there be an expectation to keep these the same values? I'm inclined to leave them as-is. |
Because if I use input.form-control-sm together with select.custom-select-sm in my forms they do not look consistent. And I want to use custom selects instead of just form-controls because it looks just nicer. |
Just a quick note maybe @alecpl you should upgrade to our latest release |
Updated, no visible difference. https://jsfiddle.net/6oj656wb/3/ |
I can confirm this issue, and that it has been around since the beta. So is the font size: And in a form this font size difference is very noticeable. |
Fix it temporary with :
|
I expect these two to give the same font-size and left-padding:
https://jsfiddle.net/6oj656wb/
The text was updated successfully, but these errors were encountered: