.user-compact__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
  min-width: 0;
}

.user-compact__username {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
