.tab-header-item {
    display:flex; 
    align-items:center;
}

.tab-header-item-dirty {
    padding-right:5px;
}

.tab-header-item-title {
    padding-right:10px; 
    max-width:260px; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
