Hi Bob thanks for helping out & posting that information. I’ve managed to solve the issue and for anyone else who runs into a similar problem:
Solution
jQuery('.tabs').on( "tabsactivate", function( event, ui ) {
jQuery(window).trigger('resize');
} );