We currently limit the number of words to 5 in the Related Posts' titles:
https://github.com/Automattic/jetpack/blob/master/modules/related-posts/jetpack-related-posts.php#L686
While that seems to do the trick for the standard 3 posts we display in Jetpack, if blog owners use the jetpack_relatedposts_filter_options filter to display more than 3 posts and have them displayed in a grid, it can create issues:

Should we limit the number of characters instead, and add an ellipsis?
Reported here:
We currently limit the number of words to 5 in the Related Posts' titles:
https://github.com/Automattic/jetpack/blob/master/modules/related-posts/jetpack-related-posts.php#L686
While that seems to do the trick for the standard 3 posts we display in Jetpack, if blog owners use the
jetpack_relatedposts_filter_optionsfilter to display more than 3 posts and have them displayed in a grid, it can create issues:Should we limit the number of characters instead, and add an ellipsis?
Reported here: