Wrapping text in a simple table
-
I’m using TablePress for a simple table with 2 columns filled with text. I would like the text to wrap at the edge of the table cells. This isn’t mentioned in the FAQ or documentation and on this forum it seems people are interested in turning it off. If only I had that problem.
Right now, my custom CSS is set to this:
.tablepress-id-1 .column-2 {
word-wrap: normal;
word-break: normal;
table-layout: auto;
}However, I’ve tried quite a few variations with no success. I also just tried .tablepress to see if the CSS was incorrectly written.
Thanks,
Chris
The page I need help with: [log in to see the link]
The topic ‘Wrapping text in a simple table’ is closed to new replies.