[PE-262] fix: add break-all to break words (#6734)
This commit is contained in:
parent
52b9b12f74
commit
2a1cef0360
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue