fix: add !important to codeMirror height (#5127)
This commit is contained in:
parent
7adb005b6b
commit
50ab3504e5
@ -275,7 +275,7 @@ export default class CodeControl extends React.Component {
|
||||
overflow: hidden;
|
||||
|
||||
.CodeMirror {
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
cursor: text;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user