Make CodeMirror honor TextareaRows
This commit is contained in:
parent
1a20d4e3a3
commit
3eb0f4cccb
@ -1779,10 +1779,7 @@ fieldset .disabled-field td {
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
height: auto;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
max-height: 30em;
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
}
|
||||
|
||||
.CodeMirror-gutter {
|
||||
|
||||
@ -2123,10 +2123,7 @@ fieldset .disabled-field td {
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
height: auto;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
max-height: 30em;
|
||||
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
|
||||
}
|
||||
|
||||
.CodeMirror-gutter {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user