doshprompt/angular-localization

View on GitHub
src/localization.helpers.less

Summary

Maintainability
Test Coverage
// Text Overflow Truncate
// -------------------------

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