Administrator
2023-02-17 d3d8ceb38e114db791a7c9eed710065465c3d1da
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;
}