This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

255 string type point , screen fit problem
#2
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;
}
Reply


Messages In This Thread
RE: 255 string type point , screen fit problem - by admin - 30.09.2016, 19:45

Forum Jump: