diff --git a/src/common/gui/main-styles.ts b/src/common/gui/main-styles.ts index 1309a36586ea..f0e50be40b4c 100644 --- a/src/common/gui/main-styles.ts +++ b/src/common/gui/main-styles.ts @@ -602,7 +602,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",