Hello Team Helical,
How to wrap text for the data in table?
Thank You
Riwim
Hello Team Helical,
How to wrap text for the data in table?
Thank You
Riwim
Hello Riwim,
Use the following script in the CSS editor:
td{
white-space: -o-pre-wrap !important;
word-wrap: break-word !important;
white-space: pre-wrap !important;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap !important;
}
Thank You
Team Helical