ember-text-overflow
component that clips overflowing text and shows full-text when mouseover. DEMO
ember install ember-text-overflow
.small-container {
max-width: 80px;
}
Works with inline text, wrapping container should have overflow: visible