new line if long word in document template

0
Hello everyone :)   is there a way to start a new Line in a Mendix Document when the string attribute is too long? Could not find any Solution or Workaround.     i tried it with a empty column right next to it. Also with a css costum style but when adding it a error pops up.   Thanks for any advice  
asked
1 answers
0

Maybe some css could help in this case.

Using the overflow-wrap css property might do the trick, see here: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap

answered