.ts-control {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

.ts-control .item {
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ts-control input {
    min-width: 20%;
}