Hi,
The solution for me was to add the following filter in the functions.php file:
// Stop WP Better Email to add extra spaces to HTML emails
add_filter( 'wpbe_convert_line_breaks', '__return_false' );
This is the answer I got fron the Newsletter support:
“Hi, ask the wp better email developer to not apply the text to html conversion on email which are already html.”