Skip to content

Commit 2a1cef0

Browse files
[PE-262] fix: add break-all to break words (#6734)
1 parent 52b9b12 commit 2a1cef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/core/components/pages/modals/delete-page-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export const DeletePageModal: React.FC<TConfirmPageDeletionProps> = observer((pr
9191
content={
9292
<>
9393
Are you sure you want to delete page-{" "}
94-
<span className="break-words font-medium text-custom-text-100">{name}</span>? The Page will be deleted
95-
permanently. This action cannot be undone.
94+
<span className="break-words font-medium text-custom-text-100 break-all">{name}</span> ? The Page will be
95+
deleted permanently. This action cannot be undone.
9696
</>
9797
}
9898
/>

0 commit comments

Comments
 (0)