Hey Carl,
Thanks for the heads up! Let’s get you a workaround while Theme Fusion works on an official patch.
Will you please try adding the following code to your Appearance > Customize > Additional CSS screen:
table.tribe-events-tickets tr .woocommerce {
width: 100%;
}
table.tribe-events-tickets tr .tickets_price {
width: 75%;
}
table.tribe-events-tickets tr .tickets_description {
width: 40%;
}
Here is a screenshot of how that looks when I test it out on your site. As you can see, it’s not perfect, but it definitely resolves the squashed appearance and hopefully will get you by until the theme updates its stylesheets.
Cheers!
Geoff