eeg1412/wikimoeNodeJSBlog

让超过宽度的活动文字加上省略号

Closed this issue · 0 comments

.calendar-event {
color: white;
margin-bottom: 1px;
height: 25px;
line-height: 25px;
position: relative;
z-index: 1;
border-radius: 4px;
padding-left: 4px;
overflow: hidden;
cursor: pointer;
}

    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 4px;