.overflowing{
    --width: auto;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: var(--width);
}