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:
parent
49fa7626b6
commit
316b1db3f6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user