.text-editor__content-wrapper {
  display: unset !important;
}

.editor__content {
  max-width: min(1600px, 100vw - 300px - 40px) !important;
  margin: 20px auto auto 300px !important;
  width: unset !important;
}

.text-editor__content-wrapper:not(.--show-outline) .editor__content {
  max-width: min(1200px, 100vw - 40px) !important;
  margin: 20px auto !important;
}

.editor--outline {
  z-index: 100000;
}