1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 21:15:49 +02:00

Force word-break:break-all on expanded links

This commit is contained in:
chylex 2016-04-24 20:51:30 +02:00
parent 49fa7626b6
commit 316b1db3f6

View File

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