jquery mobile - Wrap text in list items/buttons instead of hiding the overflow -
i'm trying override default behavior of list items , buttons in jquery mobile, has text doesn't fit on 1 line hidden overflow.
if view on skinny browser window or iphone you'll see mean: http://m.gizmag.com
i'd able wrap text in h3 , p tags of each list item onto new lines.
thanks in advance!
try setting style of white-space:normal
elements.
i did anchor (<a>
) element inside jquery mobile listview-styled li
, , worked wrap text expected. used chrome's developer tools determine css attributes coming , interactively changed them make work way wanted.
-- derek
Comments
Post a Comment