zhaojs
2023-06-28 48050b270a7999863149b7e2a6540df1c5da9ce7
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;
}