I have a listview (see photo below) that I would like to word wrap all the contents instead of adding ... to the long lines.
How is this done?
Inside the li section add a div with style="white-space:normal;" section which forces word-wrap.
li
div
style="white-space:normal;"