次の jQuery Mobile マークアップを検討してください。
<div data-role="collapsible">
<h3 style="white-space:normal">This heading is not
wrapping even after "white-space:normal" style is applied</h3>
<p>This content is wrapping without any problems</p>
</div>
style により見出しが折り返されるはずですが、折り返されて"white-space:normal"
いません。
これはなぜですか?
見出しをラップするにはどうすればよいですか?