8 lines
153 B
Sass
8 lines
153 B
Sass
// Text truncate
|
|
// Requires inline-block or block for proper styling
|
|
|
|
=text-truncate
|
|
overflow: hidden
|
|
text-overflow: ellipsis
|
|
white-space: nowrap
|