Restrict height of job output

This commit is contained in:
Eike Kettner 2021-01-09 01:49:55 +01:00
parent 0abd7dea10
commit cef1c38cc4

View File

@ -191,6 +191,7 @@ textarea.markdown-editor {
overflow: auto;
padding: 0.5em;
font-family: monospace,monospace;
max-height: 75vh;
}
.default-layout .job-log>.debug {