mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
refactor: use text-align instead of flex for modal confirm bottom btns (#35630)
This commit is contained in:
parent
b67bae6a6e
commit
651dae1430
@ -280,9 +280,7 @@ const genModalConfirmStyle: GenerateStyle<ModalToken> = token => {
|
||||
},
|
||||
},
|
||||
[`${confirmComponentCls}-btns`]: {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'flex-end',
|
||||
textAlign: 'end',
|
||||
marginTop: token.marginLG,
|
||||
|
||||
[`${token.antCls}-btn + ${token.antCls}-btn`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user