Skip to content
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

$input-height-inner-lg is using $font-size-sm instead of $font-size-lg #23190

Closed
envolute opened this issue Aug 1, 2017 · 1 comment
Closed

Comments

@envolute
Copy link
Contributor

envolute commented Aug 1, 2017

This:

$input-height-inner-lg: ($font-size-sm * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;

Must be like this:

$input-height-inner-lg: ($font-size-lg * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;

ok??

@envolute
Copy link
Contributor Author

envolute commented Aug 1, 2017

Sorry, duplicate of #23150

@envolute envolute closed this as completed Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant