Files
blender-cloud/static/assets/bootstrap/sass/mixins/_text-truncate.sass

8 lines
153 B
Sass
Raw Normal View History

// Text truncate
// Requires inline-block or block for proper styling
=text-truncate
overflow: hidden
text-overflow: ellipsis
white-space: nowrap