diff --git a/src/common/gui/main-styles.ts b/src/common/gui/main-styles.ts index 4f5140c3af24..d51ce664e745 100644 --- a/src/common/gui/main-styles.ts +++ b/src/common/gui/main-styles.ts @@ -606,7 +606,7 @@ styles.registerStyle("main", () => { "word-break": "break-all", }, ".break-word-links a": { - "word-wrap": "break-word", + "overflow-wrap": "anywhere", }, ".text-prewrap": { "white-space": "pre-wrap",