mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix(Spin): progress bar mode in container not centered error (#50277)
This commit is contained in:
parent
ddcdb2a6a2
commit
5f3ab95a10
@ -209,8 +209,8 @@ const genSpinStyle: GenerateStyle<SpinToken> = (token: SpinToken): CSSObject =>
|
||||
[`${componentCls}-dot-progress`]: {
|
||||
position: 'absolute',
|
||||
top: '50%',
|
||||
transform: 'translateY(-50%)',
|
||||
insetInlineStart: 0,
|
||||
transform: 'translate(-50%, -50%)',
|
||||
insetInlineStart: '50%',
|
||||
},
|
||||
|
||||
// dots
|
||||
|
Loading…
Reference in New Issue
Block a user