Looks fine on my computer (MacBook on Firefox) and the problem above doesn’t happen.
I see you have fixed it with css but better just disabled WP default widgets style for the recents comments. Add the following code inside functions.php (Design > Theme editor > functions.php )
if ( is_active_widget('wp_widget_recent_comments') ){
remove_filter('wp_head', 'wp_widget_recent_comments_style', 10, 1);
}
Hmm unfortunately that didn’t fix the problem. It does look ok in Firefox, it’s just in IE that it’s doing this.
I’m still having this problem & in some cases, they’re now stretching out to 3 lines! I’m desperate for some help. Again, it’s only viewable in IE.