Code window it's very small. I would like to change the "height" to auto instead of always 300px
Change .CodeMirror { height:300px; } to .CodeMirror { height:100vh; }
.CodeMirror { height:300px; }
.CodeMirror { height:100vh; }
Active
3.0
Code