.table-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.table-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f6f6f6;
  border-bottom: 1px solid #d9d9d9;
}

.table-toolbar__spacer {
  flex: 1 1 auto;
}

.save-as-dropdown .btn {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
}

.table-grid {
  flex: 1 1 auto;
  min-height: 0;
}
