Codemirror dapat diubah ukurannya

/* WITHOUT JQUERY , CSS only */

.CodeMirror {
    resize: vertical;
    overflow: auto !important;
    height: 300px;
    min-height: 250px;
}
The Strangest Salamander