Skip to content
Snippets Groups Projects
Commit 3902c0fb authored by Jan Haller's avatar Jan Haller
Browse files

B15921 Codemirror for editing reports in frontend is not resizable, so it does...

B15921 Codemirror for editing reports in frontend is not resizable, so it does not interfere with the resize ability of the external window. refs #15921
parent 276ae32d
No related branches found
No related tags found
2 merge requests!588New version v23.6.0,!567B15921 Codemirror for editing reports in frontend is not resizable, so it does...
Pipeline #9140 passed
...@@ -1464,6 +1464,6 @@ input.qfq-password { ...@@ -1464,6 +1464,6 @@ input.qfq-password {
font-size: 10pt; font-size: 10pt;
} }
.CodeMirror { .CodeMirror:not(.externWindow > .CodeMirror) {
resize: both; resize: both;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment