heyuntao
2023-06-09 50236230f9ea28754f6ecd8e9aa183bf5948b42c
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;
}