How to keep this <p> from getting clipped when it exceeds the width of the page?
问题 I'm working with jQuery Mobile and one of my pages is giving me problems. I have a <p> embedded in a list like so: <div data-role="page"> <div data-role="header"> <h1>Page 1</h1> </div> <div data-role="content"> <ul data-role="listview"> <li data-role="list-divider"> List Heading </li> <li> <p>A very long paragraph that <b>should</b> be wrapped when it exceeds the length of the visible line.</p> </li> </ul> </div> </div> No matter what I do, the page looks something like this: The <p> is