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