Not really a good solution because the problem is still there, but in the custom css I add:
/* fix pagination that the Vantage theme broke */
.pagination br, .wp-widgets-shortcode br {
/* fix those annoying themes or other plugins that insist on adding wpautop filter to post shortcode content */
display: none;
}