diff --git a/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides b/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides index 30bce872..c642a3c6 100644 --- a/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides +++ b/invenio_theme/assets/semantic-ui/less/invenio_theme/theme/globals/site.overrides @@ -716,3 +716,20 @@ blockquote { } } } + +/*------------------------- + Job Logs Styling +-------------------------*/ + +/* Log table container */ +.job-log-table { + max-height: 80vh; + overflow-y: auto; + + /* Subtask container - subtle indentation for subtask logs without border */ + .subtask-container { + padding: 0.5em; + margin: 0.5em 0 0.5em 1em; + background-color: #fafafa; + } +} diff --git a/tests/conftest.py b/tests/conftest.py index 683de503..4ab2349c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -10,7 +10,6 @@ """Pytest configuration.""" - import shutil import jinja2