This CSS code allows you to edit the column width of scale/table element.
- Go to Design view Click </> symbol
- Add the following code snippet to the bottom of the Custom CSS field:
.element[data-elementname="p0e0"] .table.scale .td.block { width: 40%; }
- Change the element code 'p0e0' to match your element. In this code 'p' refers to page number and 'e' to element number on that specific page. Counting pages starts from zero as well as the index number of the element on that page. Changing the %-value in the code changes the width of the columns. More information here.