Created by: chiraggmodi
Solved issue mention in #23209 (closed). There is line height issue only in input type number. I have remove line height from number type by adding this css code
&:not([type="number"]){ line-height: $input-btn-line-height; }