.work-item-snippet-header {
  margin-left: 17px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.work-item-snippet-header .work-item-id-title {
  font-size: 15px;
  white-space: nowrap;
  line-height: 19px;
  display: flex;
  flex-flow: row nowrap;
}

.work-item-snippet-header .work-item-id-title .workitem-type-icon {
  width: 17px;
  margin-right: 5px;
  padding-top: 2px;
}

.work-item-snippet-header .work-item-id-title .workitem-id {
  margin-right: 20px;
  padding-top: 2px;
}

.work-item-snippet-header .work-item-id-title .overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  flex: 1 auto;
  padding: 2px 1px;
}

.work-item-snippet-header .work-item-id-title .overflow .workitem-title {
  display: inline;
  flex: 1 auto;
  white-space: nowrap;
}

.work-item-snippet-header .work-item-id-title .wit-link-text {
  display: inline-block;
}

.work-item-snippet-header .work-item-id-title .work-item-type-icon {
  font-size: 15px;
  margin-right: 1px;
}
