td:has(.hoverExpandedText):hover .hoverExpandedText__text {
    text-wrap: auto;
}

.hoverExpandedText {
    min-width: 0;
    max-width: 250px;
    display: flex;
}

.hoverExpandedText__text {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}