Skip to content

Commit 27b0ea9

Browse files
committed
fix: add word break on delete dialog confirmation text
1 parent 0a6dd0e commit 27b0ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Dialogs/DeleteDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const DeleteDialog: React.FC<DeleteDialogProps> & { Description?: React.F
5353
const getLabel = () => (
5454
<span>
5555
Type
56-
<span className="fw-6">&nbsp;&apos;{deleteConfirmationText}&apos;&nbsp;</span>
56+
<span className="fw-6 dc__word-break">&nbsp;&apos;{deleteConfirmationText}&apos;&nbsp;</span>
5757
to confirm
5858
</span>
5959
)

0 commit comments

Comments
 (0)