truncate.css 294 B

1234567891011121314
  1. /*!
  2. * AngularJS Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.8-master-aba7b2b
  6. */
  7. .md-truncate {
  8. overflow: hidden;
  9. white-space: nowrap;
  10. text-overflow: ellipsis; }
  11. .md-truncate.md-clip {
  12. text-overflow: clip; }
  13. .md-truncate.flex {
  14. width: 0; }