mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Restrict height of job output
This commit is contained in:
@ -191,6 +191,7 @@ textarea.markdown-editor {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
font-family: monospace,monospace;
|
font-family: monospace,monospace;
|
||||||
|
max-height: 75vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.default-layout .job-log>.debug {
|
.default-layout .job-log>.debug {
|
||||||
|
Reference in New Issue
Block a user