This will truncate (shorten) the text in widgets for blog posts.

To edit how many characters you want to allow, open the "skins_site/def/widgets/blogs/display.html" file provided and look for this line of code:

$('.text').TooLong({ 'len' : 100 });

And edit the "100" to whatever you want.