Oh, I see.
I will limit the post title length in the next version, if you are in a hurry, you can do it manually by yourself.
The solution is edit /wp-content/themes/Samsara/functions/plugins/van_shortcodes/inc/van_shortcodes_func.php, find the following code about at line 301
$post_list.='<a href="'.$url.'" class="post_title">'.$title.'</a>';
Instead:
$post_list.='<a href="'.$url.'" class="post_title">'.van_shortcodes_truncate($title,40).'</a>';
I will also update this file in the next version, so don’t worry about upgrade theme.
Thanks