mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-04 08:34:07 +02:00
Force word-break:break-all on expanded links
This commit is contained in:
parent
49fa7626b6
commit
316b1db3f6
@ -200,6 +200,7 @@
|
|||||||
expanded = cutStart(expanded,"http://");
|
expanded = cutStart(expanded,"http://");
|
||||||
expanded = cutStart(expanded,"www.");
|
expanded = cutStart(expanded,"www.");
|
||||||
|
|
||||||
|
me.css("word-break","break-all");
|
||||||
me.attr("td-prev-text",text);
|
me.attr("td-prev-text",text);
|
||||||
me.text(expanded);
|
me.text(expanded);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user