_editor.less 216 B

1234567891011121314
  1. .CodeMirror {
  2. font-size: 14px;
  3. font-family: monospace;
  4. line-height: 1.5;
  5. font-size: 13px;
  6. &.cm-s-default {
  7. border-radius: 3px;
  8. padding: 0 !important;
  9. }
  10. .cm-comment {
  11. background: inherit !important;
  12. }
  13. }