You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
Uh oh!
There was an error while loading. Please reload this page.
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 forlg
and.btn
.Demo: https://codepen.io/anon/pen/PyMyKo
One cause is related to the following lines:
bootstrap/scss/_forms.scss
Line 145 in 4b15ec9
bootstrap/scss/_input-group.scss
Line 149 in 4b15ec9
The text was updated successfully, but these errors were encountered: