CodeMirrorEditor.module.scss 170 B

12345678910111213
  1. .codemirror-editor-container :global {
  2. display: flex;
  3. align-items: stretch;
  4. width: 100%;
  5. height: 100%;
  6. .cm-editor {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. }