Hello Sky,
We do not have the option to truncate blog title in the module currently. If you need to, you can modify the theme file /modules/mod_easybloglatestblogs/tmpl/default_item.php and at line 133 locate the codes below and alter accordingly,
<a href="<?php echo $post->getPermalink(); ?>" class="eb-mod-media-title"><?php echo $post->title;?></a>