.truncate {
text-overflow: unset;
display: flex;
flex-direction: row;
align-items: baseline;
.truncate-link {
flex-shrink: 1;
overflow: hidden;
}
.first {
flex-grow: 0;
text-overflow: ellipsis;
.last-four {
flex-shrink: 0;