Text Wrapping #342
-
|
For some reason I can not get text to wrap. I have tried css and jquery. anyone have any ideas?? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Please describe what you expect as part of the question. What's the value of the entity you're trying to manipulate? What's the value shown in your console? Does another dumb value works as expected, if that's mapped to the same SVG element? |
Beta Was this translation helpful? Give feedback.
-
If I have a long string of text, the text will drop to a new like IE: "A man, having fallen in love with the wrong woman, is sent by the sultan himself on a diplomatic mission to a distant land as an ambassador. Stopping at a Viking village port to restock on supplies, he finds himself unwittingly embroiled in a quest to banish a mysterious threat in a distant Viking land." Using .replace(/(?![^\n]{1,32}$)([^\n]{1,32})\s/g, '$1\n') should display as:
I am trying to manipulate the plex attributes, media_summary
A man, having fallen in love
No nothing is wrapping. |
Beta Was this translation helpful? Give feedback.
I updated to the beta 1.0.36 and it works now. sorry should of done that sooner...