_code_editor.scss 226 B

12345678910111213
  1. .gf-code-editor {
  2. min-height: 2.60rem;
  3. min-width: 20rem;
  4. flex-grow: 1;
  5. margin-right: 0.25rem;
  6. border: 1px solid #333333;
  7. &.ace_editor {
  8. min-height: 6rem;
  9. font-family: monospace;
  10. font-size: 1rem;
  11. }
  12. }