Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML 文件中有一个表格。word-breakCSS 属性表明长词必须在该表内中断。我只想打破长文本(而不是数字)。我有一些数字,它们有 1000 个分隔符(每三位数字有一个逗号)。这些数字也打破了。 有什么办法可以防止这些数字中断吗?
word-break
使用<span style="white-space: nowrap;">Content</span>. 或者,将您的数字包装在<nobr>-tag 中,但请注意,此标签不是标准的!
<span style="white-space: nowrap;">Content</span>
<nobr>