text
Title | Summary |
---|---|
文字截斷 css text truncate |
單行: .text-truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } https://codepen.io/PJCHENder/pen/QOgVLR 多行: https://css-tricks.com/line-clampin/ https://codepen.io/nxworld/pen/wxZPwL |