• Resolved jvalordv

    (@jvalordv)


    This image exemplifies the issue: https://imgur.com/YinrGjN

    In the top row, the text has normal 0 pt spacing between lines. The second row using bullet points has a larger break between each line. This spacing is also far larger than in bullet point lists elsewhere on the site.

    How can I change or remove the space between bullet points in the table?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is line breaks in the HTML code for the lists.
    One way to fix this would be to remove the line break between the </li> and <li> in the list HTML code.
    Alternatively, you could add another parameter to the Shortcode on that page:

    [table id=123 convert_line_breaks=false /]
    

    You would then have to manually add an HTML line break tag <br> wherever you want a line break in the cells to appear.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove extra spacing between bullet points in table entries?’ is closed to new replies.