- Issue created by @sararellano
- πΊπ¦Ukraine dunot
Workaround is
.CodeMirror.cm-s-default{ height: 90vh !important; }
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; }
Active
3.0
Code
Workaround is
.CodeMirror.cm-s-default{
height: 90vh !important;
}