gpt4 book ai didi

jQuery jscrollpane vertical with white-space :nowrap CSS prop

转载 作者:行者123 更新时间:2023-11-28 09:43:39 30 4
gpt4 key购买 nike

这是我的 HTML:

<div class="dropdown__list">
<div class="dropdown__list__w">
<ul class="dropdown__list__box">
<li class="dropdown__list__item"><span class="dropdown__list__val">Item text</span></li>
...
<li></li>
</ul>
</div>
</div>

和 CSS:

.dropdown__list__item {
height: 19px;
line-height: 19px;
overflow: hidden;
..
}
.dropdown__list__val {
display: block;
height: 19px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
...
}

我在具有固定高度的 .dropdown__list__w 上使用 .jScrollPane()。使用 white-space:nowrap 我得到了不好的结果,如你所见 here .当我删除它时,一切都变成了 it should be .

我无法删除 white-space:nowrap 因为没有它 text-overflow:ellipsis 将无法工作。那么,我怎样才能使 jScrollPane 正常工作或使用没有 white-space:nowrap 的 text-overflow:ellipsis?

最佳答案

您可以使元素固定宽度并移除空白:nowrap

关于jQuery jscrollpane vertical with white-space :nowrap CSS prop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25332954/

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