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.
如果文本太长而无法在多行容器中显示但我不能使用,我想向用户发出信号:
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
因为它会导致文本在第一行溢出。
不幸的是,最后一行没有伪元素选择器,那么解决方案是什么?
例如向类添加宽度
.yourclass{width:300px;}
小提琴