mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
style: fix large Input size (#38664)
* style: fix large Input size close #38659 * Update components/input/style/index.tsx Co-authored-by: MadCcc <1075746765@qq.com> Co-authored-by: MadCcc <1075746765@qq.com>
This commit is contained in:
parent
3b27471a85
commit
8d59e84446
@ -752,7 +752,7 @@ const genSearchInputStyle: GenerateStyle<InputToken> = (token: InputToken) => {
|
||||
// fix slight height diff in Firefox:
|
||||
// https://ant.design/components/auto-complete-cn/#components-auto-complete-demo-certain-category
|
||||
[`${componentCls}-lg`]: {
|
||||
lineHeight: token.lineHeight - 0.0002,
|
||||
lineHeight: token.lineHeightLG - 0.0002,
|
||||
},
|
||||
|
||||
[`> ${componentCls}-group`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user