fix: codemirror height

pull/9776/head
Konstantinos Kaloutas 2023-07-08 11:28:31 +03:00 committed by Tienson Qin
parent d8af338e84
commit 8bc1d19388
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
}
.CodeMirror {
height: auto;
width: 100%;
font-family: Fira Code, Monaco, Menlo, Consolas, 'COURIER NEW', monospace;
border-radius: 2px;