@media (max-width: 1450px) {
  .tag-editor-layout {
    grid-template-columns: 1fr;
  }

  .tag-preview-column {
    position: static;
  }

  .tag-preview-wrap {
    max-height: none;
  }

  .tag-preview-sheet {
    max-width: 560px;
  }
}
