Is there a way to adjust the column-width in the likert scale field?
I want to increase the width of the 1st column (row description)
thx, tom
I'm not sure what you're asking. The Likert field description is already set to 100%. If you're talking about the question in each row, use your browser's inspection tool to examine the CSS.Likert rows are CSS flex. This means each column is equal width unless you change specify a fixed width like this: https://usefulangle.com/post/351/css-flex-fixed-width-item
Please login or Register to submit your answer