mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix: Input.Search 1px smaller then Input (#47193)
This commit is contained in:
parent
57d8ae8fce
commit
201f1fc789
@ -678,6 +678,8 @@ const genSearchInputStyle: GenerateStyle<InputToken> = (token: InputToken) => {
|
||||
border: 0,
|
||||
|
||||
[`${searchPrefixCls}-button`]: {
|
||||
// Fix https://github.com/ant-design/ant-design/issues/47150
|
||||
marginInlineEnd: -1,
|
||||
paddingTop: 0,
|
||||
paddingBottom: 0,
|
||||
borderStartStartRadius: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user