mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix: set direction to rtl for result in cssinjs (#34465)
This commit is contained in:
parent
249ae9fda8
commit
ade0a5c5e7
@ -32,6 +32,11 @@ const genBaseStyle: GenerateStyle<ResultToken> = (token): CSSObject => {
|
|||||||
// Result
|
// Result
|
||||||
[resultCls]: {
|
[resultCls]: {
|
||||||
padding: `${token.padding * 3}px ${token.padding * 2}px`,
|
padding: `${token.padding * 3}px ${token.padding * 2}px`,
|
||||||
|
|
||||||
|
// RTL
|
||||||
|
'&-rtl': {
|
||||||
|
direction: 'rtl',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// Exception Status image
|
// Exception Status image
|
||||||
|
Loading…
Reference in New Issue
Block a user