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 0a6dd0e commit 27b0ea9Copy full SHA for 27b0ea9
src/Common/Dialogs/DeleteDialog.tsx
@@ -53,7 +53,7 @@ export const DeleteDialog: React.FC<DeleteDialogProps> & { Description?: React.F
53
const getLabel = () => (
54
<span>
55
Type
56
- <span className="fw-6"> '{deleteConfirmationText}' </span>
+ <span className="fw-6 dc__word-break"> '{deleteConfirmationText}' </span>
57
to confirm
58
</span>
59
)
0 commit comments