Hello,
Thank you so much for the detailed explanation. It seems to be Visual Composer bug. But as a workaround we have added simple JS fix to the Custom JS in Theme Settings. Please check now.
jQuery('.tabs > li').click(function() {
setTimeout(function() {
jQuery(window).trigger('resize.vcRowBehaviour');
}, 1);
});
Regards