Skip to content

Font size issue between input group and form control size option #27575

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

Closed
ysds opened this issue Nov 1, 2018 · 1 comment
Closed

Font size issue between input group and form control size option #27575

ysds opened this issue Nov 1, 2018 · 1 comment
Labels

Comments

@ysds
Copy link
Contributor

ysds commented Nov 1, 2018

The font size of .form-control in .input-group-sm is different from a single .form-control-sm when customize $input-font-size-sm or $input-btn-font-size-sm. The same is true for lg and .btn.

$input-font-size-sm: .5rem;
$input-font-size-lg: 2rem;

2018-11-01 22 46 27

Demo: https://codepen.io/anon/pen/PyMyKo

One cause is related to the following lines:

@Joyrex
Copy link

Joyrex commented Nov 1, 2018

I think the text in the regular form-control-lg is too big; the input-group-lg text looks to be the right size, or perhaps a tad larger (but not as big as the form-control-lg text).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants