mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
Revert "fix(icon-button): Button icon not vertically centered error" (#51588)
This commit is contained in:
parent
6e016b88c3
commit
7379233810
@ -39,8 +39,7 @@ const genSharedButtonStyle: GenerateStyle<ButtonToken, CSSObject> = (token): CSS
|
||||
},
|
||||
|
||||
'> span': {
|
||||
// https://github.com/ant-design/ant-design/issues/51380
|
||||
display: 'inline-flex',
|
||||
display: 'inline-block',
|
||||
},
|
||||
|
||||
[`${componentCls}-icon`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user