jQuery mobile: Enable Word Wrap in ListViews

前端 未结 4 753
悲哀的现实
悲哀的现实 2021-01-02 08:31

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?

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 09:13

    My suggestion would be to use a Div within the

  • and set the specific behavior you want rather than changing the overall behavior of the the jquery mobile css. With this you can have only the specific thing to behave the way you want.

提交回复
热议问题