support-foo/web

View on GitHub
app/assets/stylesheets/components/type.scss

Summary

Maintainability
Test Coverage
a,
a:hover,
a:focus {
  text-decoration: none;
}

.ellipsis-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}