.network-display { display: flex; align-items: center; justify-content: flex-start; user-select: none; &--disabled { cursor: not-allowed; } &.chip { margin: 0; max-width: 100%; } & .chip__label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } & .chip__left-icon { margin-left: 4px; } & .chip__right-icon { margin-right: 4px; } &--clickable { cursor: pointer; } }