.truncate {
    max-width:60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}