.filter-container {
  padding-top: 8px;
}

.changesets-list-control {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.search-tab-content .changesets-list-control {
  padding-left: 20px;
}

.changes-history-list-container {
  height: 100%;
  overflow-y: auto;
}
