Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
index 14f86997f43f9ec46fcbc21561c4a70d91bcdd86..9b1ea659a1d6591ffb8d57c3624b83b62d1e3c45 100644 (file)
@@ -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