gpt4 book ai didi

css - 使用自动换行 : break-word on two consecutive long words

转载 作者:太空宇宙 更新时间:2023-11-04 10:47:58 25 4
gpt4 key购买 nike

当在包含两个连续长单词的 div 上使用 word-wrap: break-word 时,被打断的第二个单词会另起一行,例如:

IAmALongW
ord
IAmAlsoAL
longword

有什么方法可以在 css 中防止这种情况,以获得以下内容?

IAmALongW
ord IAmAl
soALongwo
rd

没有恢复到分词:当然是 break-all。

最佳答案

.container{
width: 100px;
display: inline-block;
border: 1px solid black;
word-wrap: break-word;
white-space: pre;
}
<div class="container">
<p>thisisaverylongword anotherverylongword</p>
</div>

关于css - 使用自动换行 : break-word on two consecutive long words,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35224021/

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