.workitem-title {
  margin-left: 17px;
  white-space: nowrap; }
  .workitem-title .workitem-id {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    margin-right: 4px; }
  .workitem-title .work-item-type-icon {
    margin-right: 8px; }

/* Set of fixed sizes used to line up the workitem numbers in the results list */
.wi-one-digit-value {
  min-width: 16px; }

.wi-two-digit-value {
  min-width: 24px; }

.wi-three-digit-value {
  min-width: 32px; }

.wi-four-digit-value {
  min-width: 40px; }

.wi-large-digit-value {
  min-width: 48px; }
