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 52b9b12 commit 2a1cef0Copy full SHA for 2a1cef0
web/core/components/pages/modals/delete-page-modal.tsx
@@ -91,8 +91,8 @@ export const DeletePageModal: React.FC<TConfirmPageDeletionProps> = observer((pr
91
content={
92
<>
93
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.
+ <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.
96
</>
97
}
98
/>
0 commit comments