.vc-pullrequest-created-by-section .created-by-label {
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-pullrequest-created-by-section .cursor-hover-card {
  margin-left: 1px;
}

.vss-focus-visible .vc-pullrequest-created-by-section .cursor-hover-card:focus {
  outline: 1px solid rgba( 0, 0, 0 ,  1 );
  outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}
