Jelajahi Sumber

fix: codemirror height

Konstantinos Kaloutas 2 tahun lalu
induk
melakukan
8bc1d19388
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/main/frontend/extensions/code.css

+ 1 - 0
src/main/frontend/extensions/code.css

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