.versioncontrol-git-history-view .vc-git-history-hub-header {
  flex: 0 0 auto;
}

.versioncontrol-git-history-view .vc-branches-container {
  display: block;
  flex: 0 0 auto;
  margin: 0 0 0 16px;
}

.versioncontrol-git-history-view .vc-branches-container:after {
  content: '';
}

.versioncontrol-git-history-view .vc-header-first {
  display: flex;
  padding: 10px 0;
}

.versioncontrol-git-history-view .vc-git-version-selector .selected-item-text,
.versioncontrol-git-history-view .vc-git-version-selector .drop-icon {
  vertical-align: bottom;
}

.versioncontrol-git-history-view .vc-page-path-explorer {
  margin: 0 16px 0 16px;
  width: 100%;
  height: 32px;
}

.versioncontrol-git-history-view .vc-history-title-filters {
  flex: 0 0 auto;
}

.versioncontrol-git-history-view .vc-page {
  display: flex;
  flex-direction: column;
}

.versioncontrol-git-history-view .vc-page .vc-splitter {
  display: block;
  flex: 1;
  border-top:  1px solid;
  border-top-color: rgba( 200, 200, 200 ,  1 );
  border-top-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.versioncontrol-git-history-view .vc-page .vc-splitter .vc-files-tree {
  top: 18px;
  overflow-x: hidden;
  overflow-y: auto;
}

.versioncontrol-git-history-view .notification-area-container {
  margin-bottom: 10px;
}
