我试图让一些文本换行所以我有这个:
h3.h3_title {
white-space:normal !important;
}
这是html:
<li>
<a href="#">
<img src="img.png" />
<h3 class="h3_title">this is some text which is supposed to wrap but it is not happening</h3>
</a>
</li>
出于某种原因,它没有包装......为什么?