.key-wrapper {
  padding: 0 15px;
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
  border-left: 1px solid #e8e8e8;
}
.key-wrapper .ant-list-split .ant-list-item {
  padding: 4px 0;
}
.value-wrapper {
  max-height: 360px;
  max-width: 100%;
  overflow: auto;
}

