Want to reduce line spacing in bulleted list. | XM Community
Skip to main content
Question

Want to reduce line spacing in bulleted list.

  • January 18, 2021
  • 4 replies
  • 434 views

Forum|alt.badge.img+2

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.
image.png
Here is what the current HTML code looks like for the first response.
image.pngCan 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.


4 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • January 18, 2021

hi Annie
Add below style in ul tag.

style="line-height: 1em !important;"


Forum|alt.badge.img+2
  • Author
  • January 18, 2021

Do you mean like this? It didn't change anything.
Feature one.  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:

    >
     
  • aaaaaaaaaaaaaaaaaaa

  •  
  • bbbbbbbbbbbbbbbbbbb

  •  
  • ccccccccccccccccccccc

  •  
  • ddddddddddddddddddd

  •  
  • eeeeeeeeeeeeeeeeeee


PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • January 18, 2021

Forum|alt.badge.img+2
  • Author
  • January 18, 2021

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.