I can´t figure out how to do multilined listview items in jQuery Mobile depicted in the image below (some additional infos...)
Any ideas?
Thanks a lot, Jakob
|
I can´t figure out how to do multilined listview items in jQuery Mobile depicted in the image below (some additional infos...) Any ideas? Thanks a lot, Jakob |
|||
|
|
|
If your
then add the following to your CSS:
As an example, see this jsFiddle. |
|||
|
Try this:
This is the standard way used in most jQuery Mobile examples. It even takes care of the ellipsis truncation on the second line. |
|||
|
|