Page 1 of 1

wrap text in browse form

Posted: Wed Mar 21, 2018 4:10 am
by Timo
How can I wrap text of a browse form cell? The text is truncated
img1.png
It should look like this:
img2.png

Re: wrap text in browse form

Posted: Wed Mar 21, 2018 11:54 pm
by admin
Timo,

You can add this to the Javascript of the Form you want to change.

Code: Select all

$('.nuBrowseTable').css('word-wrap', 'break-word')
Steven

Re: wrap text in browse form

Posted: Thu Mar 22, 2018 8:16 pm
by Timo
Thank you :D

Re: wrap text in browse form

Posted: Thu Mar 22, 2018 11:38 pm
by admin
.