Hi, I’ve generated a PDF however the text in the cells have overflow out of its cell. I wouldn’t want it to be in ellipsis. I tried white-space: normal; or break-spaces; which doesn’t show any changes, the term ‘!important’ is illegal, word-break and word-wrap throws Invalid property encountered on "fo:block": … and also can’t use curly braces in the custom style. Is there any solution to this text overflow?
asked
Teoh Ming Sui
3 answers
1
Update on this post.
I split the string into lines by using substring for every 23 characters make a new line, using 23 characters is due to column size 25.
answered
Teoh Ming Sui
0
Hi Padmaja,
You can use word-wrap property for this.
word-wrap: break-word;
Thanks
answered
Mobin Mulla
0
You can use a richtext widget for input and enable "render xhtml" at your label (in document template). That worked for me.