.mention-preview-area span:not([class]) {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.work-item-mention-autocomplete-item-container {
  display: -webkit-box;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.work-item-mention-autocomplete-item-container .work-item-type-icon {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.work-item-mention-autocomplete-item-container .work-item-type-name-and-id {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.work-item-mention-autocomplete-item-container .content-splitter {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
}

.work-item-mention-autocomplete-item-container .work-item-title-wrapper {
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.work-item-mention-autocomplete-item-container .work-item-title-wrapper .work-item-title {
  white-space: nowrap;
}
