html - jQuery Mobile Listview Long Item -
im using jquery mobile listview data-inset="true"`
<ul data-role="listview" data-inset="true" data-theme="e"> <li><h3> ... long string ... </h3></li> </ul> if item long, string truncated. there other way or best approach display whole long string?
working example: http://jsfiddle.net/gajotres/bxfhv/
ul li .ui-li-heading { white-space: normal !important; }
Comments
Post a Comment