Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Intertip

    (@intertip)

    I want it to be like this:
    https://prntscr.com/pfoujx

    • This reply was modified 5 years, 5 months ago by Intertip.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you can use CSS like

    .tablepress-id-123 .row-2 .column-4,
    .tablepress-id-123 .row-3 .column-4,
    

    .tablepress-id-123 .row-4 .column-4 {
    white-space: nowrap;
    }`
    (for single cells) and

    .tablepress-id-123 .row-5 td,
    .tablepress-id-123 .row-6 td {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter Intertip

    (@intertip)

    TobiasBg, thank you very much for your prompt reply and for your help!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Prevent word wrap in a string’ is closed to new replies.