From 316b1db3f60e12cc32ec31f5f07cc347554dc3f2 Mon Sep 17 00:00:00 2001
From: chylex <info@chylex.com>
Date: Sun, 24 Apr 2016 20:51:30 +0200
Subject: [PATCH] Force word-break:break-all on expanded links

---
 Resources/code.js | 1 +
 1 file changed, 1 insertion(+)

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);
       }