考虑以下 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>
由于样式"white-space:normal"
,标题应该换行,但它没有发生。
为什么会这样?
我可以做些什么来包装标题?