Hi everyone,
I'm trying to include a one2many field in me form. I want this field to be represented by a tree view. This tree view has a text column that sometimes is quite long.
This column is overflowing outside my form instead of wrapping (I can't post an image because I apparently don't have enough karma).
Here is what I have:
I have tried the following approaches proposed by several people in this help forum:
* adding width="50%%"
* adding style="white-space: normal;word-break: break-word;"/
* adding style="white-space: normal;word-break: break-all;"/
None of them worked.
If anyone could advise me on how to solve this, I'd really appreciate it.
Cheers