.group-suggestion-item {
    display: table;
    width: 100%;

    &__name {
        display: table-cell;
        white-space: normal;
        word-break: break-all;
    }

    &__labels {
        display: table-cell;
        text-align: right;
        overflow: hidden;
        white-space: normal;
    }
}