We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee42bd commit 9d5e978Copy full SHA for 9d5e978
packages/ui/src/components/Modal/modal.tsx
@@ -74,7 +74,7 @@ const Modal: React.FC<ModalProps> = (props) => {
74
className={classes}
75
closeIcon={<Cross/>}
76
footer={footer || null}
77
- title={<Typography.Title level={3} ellipsis={{ rows: 2 }} children={title}/>}
+ title={<Typography.Title level={3} ellipsis={{ rows: 4 }} children={title}/>}
78
width={CONDO_MODAL_WIDTH[width]}
79
focusTriggerAfterClose={false}
80
// NOTE: this hack need for forwarding ref
0 commit comments