mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
parent
325225e80d
commit
ecd2b7372b
@ -297,7 +297,8 @@ const genModalConfirmStyle: GenerateStyle<ModalToken> = (token) => {
|
|||||||
|
|
||||||
[`+ ${confirmComponentCls}-content`]: {
|
[`+ ${confirmComponentCls}-content`]: {
|
||||||
marginBlockStart: token.marginXS,
|
marginBlockStart: token.marginXS,
|
||||||
flexBasis: "100%",
|
flexBasis: '100%',
|
||||||
|
maxWidth: `calc(100% - ${token.modalConfirmIconSize + token.marginSM}px)`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user