app/assets/stylesheets/library/_truncate.sass

Summary

Maintainability
Test Coverage
=truncate
  white-space: nowrap
  width: 100%
  overflow: hidden
  position: relative
  text-overflow: ellipsis