You are viewing limited content. For full access, please sign in.

Question

Question

Can the extra space in long table row labels be removed?

asked on March 5, 2018

I am using a fixed number of table rows with the row label as the questionnaire objective.   When the row label is long and wraps to another line blank space is inserted.    Is there a way to remove this space?
 

Thanks

0 0

Answer

SELECTED ANSWER
replied on March 5, 2018

Hi Andrew,

Did you mean you would like the line height to be smaller like this?

If so, you can try the following custom CSS:

.col0 {
  line-height: 1.6em!important;
}

 

1 0
replied on March 6, 2018

Exactly what I was looking for, thank you.   This questionnaire looks so much better now.    I had tried line-height, and 10 other properties, but was using the  wrong selector.      Thanks again.

~ Andrew

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.