末尾补充省略号的不换行列表css样式

匿名 (未验证), 23 十月, 2012
.sidebar .block .content li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: keep-all;
}

评论