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?
In jQuery mobile 1.4.4 this worked:
.ui-listview > li p { white-space: normal; }