UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

15 lines (14 loc) 277 B
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.7 */ .md-truncate { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .md-truncate.md-clip { text-overflow: clip; } .md-truncate.flex { width: 0; }