.wit-ui-control.work-item-state {
  display: flex;
  align-items: center;
  max-width: 100%; }
  .wit-ui-control.work-item-state .work-item-state-circle {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 8px;
    min-width: 8px;
    height: 8px; }
    .wit-ui-control.work-item-state .work-item-state-circle.withText {
      margin-right: 5px; }
  .wit-ui-control.work-item-state .work-item-state-name {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
