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