mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Restrict height of job output
This commit is contained in:
parent
0abd7dea10
commit
cef1c38cc4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user