.text-truncate-fixed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}