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

    (@epretorious)

    FWIW: I tried adding this to the Custom CSS textarea of the Plugin Options Area:

    .tablepress-id-7 .column-1 td {
    white-space: nowrap;
    }

    It did not work. ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The .column-1 is the table cell (td) already, so this should do it:

    .tablepress-id-7 .column-1 {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter epretorious

    (@epretorious)

    Thank you, Tobias:

    That fixed everything!

    Eric P.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Eric,

    great! Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Preventing Line Breaks in a Column’ is closed to new replies.