Extensions/GoogleAnalyticsExperiments/Src/UIContribution/static/css/app.css [162:203]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  text-overflow: ellipsis;
  overflow: hidden;
  width: 190px;
  white-space: nowrap;
}
.release-name-label {
  width: 90px;
  display: inline-block;
  overflow: hidden;
}
.release-name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 190px;
  white-space: nowrap;
}
.release-description-label {
  width: 90px;
  display: inline-block;
  overflow: hidden;
}
.release-description {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 280px;
  white-space: nowrap;
}
.release-createdby-label {
  width: 90px;
  display: inline-block;
  overflow: hidden;
}
.release-createdby {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 190px;
  white-space: nowrap;
}
.build-queuedby-label {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Extensions/Optimizely/Src/UIContribution/static/css/app.less [198:246]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
}

.release-name-label {
    width: 90px;
    display: inline-block;
    overflow: hidden;
}

.release-name {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
}

.release-description-label {
    width: 90px;
    display: inline-block;
    overflow: hidden;
}

.release-description {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 280px;
    white-space: nowrap;
}

.release-createdby-label {
    width: 90px;
    display: inline-block;
    overflow: hidden;
}

.release-createdby {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
}

.build-queuedby-label {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



