Problem:
The user would like to use more space on the variable product selector to fix the label that is not displaying correctly.
Solution:
This is a conflict with the theme. It can be fixed by enforcing the label to be displayed on the same line.
Add the following CSS code to the content template http://prntscr.com/166w1pd
.wp-block-column .wooviews-template-table td{
word-break: normal;
overflow-wrap: normal;
}