fix: add !important to codeMirror height (#5127)

This commit is contained in:
Arpad Gabor 2021-03-21 20:05:05 +02:00 committed by GitHub
parent 7adb005b6b
commit 50ab3504e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ export default class CodeControl extends React.Component {
overflow: hidden;
.CodeMirror {
height: auto;
height: auto !important;
cursor: text;
min-height: 300px;
}