📅  最后修改于: 2022-03-11 14:47:36.198000             🧑  作者: Mango
test test test test
#truncateLongTexts {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis // This is where the magic happens
}