Solved
How can I reduce the space between lines (from double to single space)?
How do I remove the space between lines in "text/graphic" questions? Right now, there seems to be a double space between lines and I would like it to be single space.
Thank you!
Thank you!
Best answer by TomG
Just add the same rule to Look & Feel -> Style -> CSS and it will override it.
What's strange is changing it to 1.9em should make the space bigger, not smaller. Maybe you meant to type 1.0em?
```
.Skin .QuestionText {
line-height: 1.0em;
}
```
View originalWhat's strange is changing it to 1.9em should make the space bigger, not smaller. Maybe you meant to type 1.0em?
```
.Skin .QuestionText {
line-height: 1.0em;
}
```
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.