gpt4 book ai didi

css - 如何垂直剪辑文本,使其不会在中间分割一条线

转载 作者:行者123 更新时间:2023-11-28 10:54:38 28 4
gpt4 key购买 nike

我想知道是否有一些 css/js 魔术可以防止文本在一行的中间垂直拆分。我在下面的例子中使用溢出:隐藏。文本不是静态的……它是由用户输入的富文本,所以我无法控制格式。

the third line of text is clipped in the middle

我希望它看起来像这样:

enter image description here

最佳答案

这是一个可能的示例解决方案:

.dataTable td {
/* essential */
text-overflow: ellipsis;
width: 200px;
white-space: nowrap;
overflow: hidden;

/* for good looks */
padding: 10px;
}

通过http://davidwalsh.name/css-ellipsis

解决方案示例: http://jsfiddle.net/4Fpq2/

这至少应该提供一个起点。

此外,这里还有一些其他可能的解决方案:

关于css - 如何垂直剪辑文本,使其不会在中间分割一条线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13903400/

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