yangbo5207 / everyday

Something I learn every day.
5 stars 0 forks source link

CSS: 超出文字省略号 #58

Open yangbo5207 opened 7 years ago

yangbo5207 commented 7 years ago
.test {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}