Here is the list I am working with:
<ul id="linksList"
data-role="listview"
data-inset="true"
data-filter="true">
<!-- Dynamic contents! -->
</ul>
This list pulls its data from a local XML file (RSS feed). I am looking for a way to make the titles wrap down or display more of the title within the buttons, as there is extra space available on each button.
I appreciate any assistance you can provide. Thank you!