.license-key-groups-list-editor {
  .list-editor-view-list {
    .list-editor-item-view-field {

      .operational-scope, .type {
        color: $orange;
      }
      .operational-scope {
        @include ellipsis;
      }
    }
  }
}