Page 1 of 1

wrap long words in table

Posted: Tue Mar 28, 2017 8:50 pm
by mister_v
Hi,

how do I wrap long words in table cell ?

Re: wrap long words in table

Posted: Wed Mar 29, 2017 8:45 pm
by chris
You can use CSS,

Code: Select all

 td{word-wrap: break-word;}