• Resolved mjerryfuerst

    (@mjerryfuerst)


    A cell contains a sentence which wordwraps as expected, but double spaced. How do I make the successive lines single spaced?

    So instead of
    —–
    I have a double space, problem, so

    can you help?
    ——
    I want
    ——
    I have a double space, problem, so
    can you help?
    ——

    • This topic was modified 2 years, 2 months ago by mjerryfuerst.
Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Most likely, this is caused by the line height setting as defined by your theme. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress tbody td {
      line-height: normal;
    }

    If that does not yet help, please post a link to the page with the table where this problem happens, so that I can take a direct look. Thanks!

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Line spacing within a cell’ is closed to new replies.