.vc-history-tab-root {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vc-history-tab-root .history-tab-filters {
  position: relative;
  margin-top: 5px;
}

.vc-history-tab-root .ms-Viewport {
  /* Reserve 18px on the right for scrollbar. Without this, horizontal scrollbar will appear whenever there is a vertical
        scrollbar, i.e. when the history items are more than what can fit in the viewport */
  width: calc(100% - 18px);
}

.vc-history-tab-root .ms-Spinner {
  margin: 9px 30px 23px 8px;
  padding-bottom: 9px;
}

.history-tab-history-list {
  padding-left: 12px;
}
