.pullrequest-commitlist-item {
  display: inline-block;
  margin-right: 5px;
}

.pullrequest-commitlist-item.identity-image-row {
  margin-right: 10px;
}

.pullrequest-commitlist-item-row {
  padding: 5px;
  border:  1px solid;
  border-color: rgba( 248, 248, 248 ,  1 );
  border-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  border-bottom: hidden;
}

.pullrequest-commitlist-item-row:last-child {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 248, 248, 248 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
}

.pullrequest-commits-content {
  min-height: 100%;
  padding-bottom: 10px;
}

.pullrequest-commits-content .group-results {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
}

.pullrequest-commits-content .group-results .history-result .picture {
  padding-left: 10px;
  width: 63px;
}

.pullrequest-commits-content .vc-pullrequest-commits-footer {
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  margin-top: 4px;
  padding-top: 8px;
}

.commits-tab-commitList, .pullrequest-commits-content {
  padding: 20px;
}

.pullrequest-commitlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pullrequest-commitlist-item-commentArea {
  white-space: pre-wrap;
}
