mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +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': {
|
'> span': {
|
||||||
// https://github.com/ant-design/ant-design/issues/51380
|
display: 'inline-block',
|
||||||
display: 'inline-flex',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
[`${componentCls}-icon`]: {
|
[`${componentCls}-icon`]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user