slide-editor.css 134 B

123456789
  1. .slide-editor {
  2. height: 600px;
  3. box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  4. }
  5. .slide-editor .CodeMirror{
  6. height: 100%;
  7. width: 100%;
  8. }