X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4a3301617ae09e6b28c7b6fd79923ccd60b6b5e9..55aafbb07904ca24390dd47ea960eae7cb2b909a:/apps/workbench/app/assets/stylesheets/jobs.css.scss diff --git a/apps/workbench/app/assets/stylesheets/jobs.css.scss b/apps/workbench/app/assets/stylesheets/jobs.css.scss index 14f86997f4..9b1ea659a1 100644 --- a/apps/workbench/app/assets/stylesheets/jobs.css.scss +++ b/apps/workbench/app/assets/stylesheets/jobs.css.scss @@ -1,6 +1,10 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + .arv-job-log-window { - height: 20em; - white-space: nowrap; + height: 40em; + white-space: pre; overflow: scroll; background: black; color: white; @@ -8,3 +12,8 @@ font-size: .8em; border: 2px solid black; } + +.morris-hover-point { + text-align: left; + width: 100%; +} \ No newline at end of file