zhaojs
2023-06-09 cd9b584bc9b41a4c30ea1c230f44c09275ecdecf
1
2
3
4
5
6
7
8
// Text overflow
// Requires inline-block or block for proper styling
 
.text-overflow() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}