Want to reduce line spacing in bulleted list.

in Custom Code
Want to reduce line spacing in bulleted list.
in Custom Code
I'm trying to reduce the line spacing in a bulleted list within response text. The question type is constant sum.
Right now my question looks like this. I want to reduce the spacing between the lines of the bulleted list for each response.
Here is what the current HTML code looks like for the first response.
Can anyone tell me what to do to make the bullets single-spaced instead of double-spaced?
( If it makes a difference I'm using the old editor and Minimal 2014 theme).
Thank you.
0
Sign In to Comment
Answers
hi @Annie
Add below style in ul tag.
style="line-height: 1em !important;"
Do you mean like this? It didn't change anything.
<span style="font-size:16px;"><u>Feature one.</u> sdjfkds l;skdjfdsl;sdfjlsa;djfkl;j sdfl;kjdslkfjalsdfjl;jfdlksjadfkl;ajf kl;ajksd fl;sdjflkdsjafk ldsajfkd;asjfdksafdlj sd kla;fjdsklafj dkladsjflk ;djslfkjdsal;dfjs a;fkjsfl ;jadklf jkdlsfjd;lsj. For example:</span>
<ul style="margin-left: 40px; line-height: 1em !important;">
<li><span style="font-size:16px;">aaaaaaaaaaaaaaaaaaa</span></li>
<li><span style="font-size:16px;">bbbbbbbbbbbbbbbbbbb</span></li>
<li><span style="font-size:16px;">ccccccccccccccccccccc</span></li>
<li><span style="font-size:16px;">ddddddddddddddddddd</span></li>
<li><span style="font-size:16px;">eeeeeeeeeeeeeeeeeee</span></li>
</ul
Yes.
It didn't work. From what I've read that doesn't work for bulleted lists. I also tried margin-bottom: 0.5; and margin-bottom: 3px; and margin-top 3px; but those didn't work either.