Hello,
They should be inline, however, one of your plugins influences the style: https://gyazo.com/acc7aeafb42ffaf2122dede3bb66c63a
You can deactivate all the plugins not related to the theme and activate the plugins one by one, checking the issue to detect which one causes the problem.
Alternatively, you can add this code to the Theme Settings > Custom CSS > Global:
body .woo-variation-swatches.wvs-show-label .variations td {
display: inlinet-block;
}
Best Regards