.sea-chart-editor {
  flex: 1;
  display: flex;
  min-height: 0;
  min-width: 0;
}

.sea-chart-editor .sea-chart-formatter {
  flex: 1;
  display: flex;
  min-height: 0;
  min-width: 0;
}

.sea-chart-editor .sea-chart-settings {
  width: 300px;
  height: 100%;
  background-color: #fff;
  margin-left: 16px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}