[PE-262] fix: add break-all to break words (#6734)

This commit is contained in:
Vipin Chaudhary 2025-03-10 18:37:37 +05:30 committed by GitHub
parent 52b9b12f74
commit 2a1cef0360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,8 +91,8 @@ export const DeletePageModal: React.FC<TConfirmPageDeletionProps> = observer((pr
content={
<>
Are you sure you want to delete page-{" "}
<span className="break-words font-medium text-custom-text-100">{name}</span>? The Page will be deleted
permanently. This action cannot be undone.
<span className="break-words font-medium text-custom-text-100 break-all">{name}</span> ? The Page will be
deleted permanently. This action cannot be undone.
</>
}
/>