25.02.2020, 18:48
Note that this will not work in editor only in normal visualization view.
Set Display mode to value for your object and set Additional class to longtext
Add to Vis. graphics > Custom CSS, adjust width (250px) as needed:
Set Display mode to value for your object and set Additional class to longtext
Add to Vis. graphics > Custom CSS, adjust width (250px) as needed:
Code:
.longtext {
width: 250px;
text-align: left;
white-space: normal;
}