Skip to content

Commit 9d5e978

Browse files
authored
feat(ui): DOMA-12205 make tiltle in modal take up to 4 rows (#6596)
1 parent 4ee42bd commit 9d5e978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/Modal/modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const Modal: React.FC<ModalProps> = (props) => {
7474
className={classes}
7575
closeIcon={<Cross/>}
7676
footer={footer || null}
77-
title={<Typography.Title level={3} ellipsis={{ rows: 2 }} children={title}/>}
77+
title={<Typography.Title level={3} ellipsis={{ rows: 4 }} children={title}/>}
7878
width={CONDO_MODAL_WIDTH[width]}
7979
focusTriggerAfterClose={false}
8080
// NOTE: this hack need for forwarding ref

0 commit comments

Comments
 (0)