.identity-container .ms-TooltipHost.identity-tooltip {
  display: flex;
}

.identity-container .ms-TooltipHost.identity-tooltip img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
}

.identity-container .ms-TooltipHost.identity-tooltip .identity-display-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
