.vc-history-picker .ms-ContextualMenu-secondaryText {
  width: 100px;
}

.vc-history-picker .vc-history-picker-item {
  display: flex;
  align-items: baseline;
}

.vc-history-picker .vc-history-picker-item .commitId {
  font-family: monospace;
}

.vc-history-picker .vc-history-picker-item .comment {
  margin: 0 10px;
  max-width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-history-picker .vc-history-picker-item .avatar-badge {
  width: 120px;
}

.vc-history-picker .vc-history-picker-item .avatar-badge .author {
  color: inherit;
}

.vc-history-picker .vc-history-picker-item .avatar-badge .badge-text-style {
  font-weight: normal;
}
