diff --git a/Resources/code.js b/Resources/code.js
index ea8d1029..a9de7efd 100644
--- a/Resources/code.js
+++ b/Resources/code.js
@@ -200,6 +200,7 @@
         expanded = cutStart(expanded,"http://");
         expanded = cutStart(expanded,"www.");
         
+        me.css("word-break","break-all");
         me.attr("td-prev-text",text);
         me.text(expanded);
       }