30.09.2016, 19:45
Set Additional classes property of you visualization object to longtext. Then add this to Vis. graphics -> Custom CSS, tune width as needed. Note that it will only be visible in user view, but not in the editor.
Code:
.longtext {
width: 250px;
white-space: normal;
text-align: left;
}