• Resolved sbellan

    (@sbellan)


    I want to ensure that columns aren’t so narrow that text goes over multiple lines within a cell. The date column for instance making the table have two line rows when it shouldn’t. How do I control the row height?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sorry for the long delay, I was on holidays and could not reply earlier.

    To prevent the date from wrapping, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

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

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘force 1-line rows’ is closed to new replies.