mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-24 15:38:45 +08:00
fix: small Steps icon 1px bug (#29484)
This commit is contained in:
parent
bf9f2e8918
commit
7f7dd1470d
@ -975,7 +975,7 @@
|
||||
@steps-icon-custom-size: @steps-icon-size;
|
||||
@steps-icon-custom-top: 0px;
|
||||
@steps-icon-custom-font-size: 24px;
|
||||
@steps-icon-top: -1px;
|
||||
@steps-icon-top: -0.5px;
|
||||
@steps-icon-font-size: @font-size-lg;
|
||||
@steps-icon-margin: 0 8px 0 0;
|
||||
@steps-title-line-height: @height-base;
|
||||
|
Loading…
Reference in New Issue
Block a user