it's not a bug, it's a feature.
Show Three DotsFeb 2023
span {
    display:inline-block;
    width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}