gpt4 book ai didi

html - CSS Whitespace Normal 不环绕在 h3 标签上

转载 作者:太空宇宙 更新时间:2023-11-03 20:19:56 25 4
gpt4 key购买 nike

我试图让一些文本换行,所以我有这个:

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>

出于某种原因,它没有包装..以及为什么?

最佳答案

h3.h3_title {
white-space:normal !important;
width:20px !important;
}

根据自己的情况设置宽度

关于html - CSS Whitespace Normal 不环绕在 h3 标签上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12651347/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com