4233: convert accidental tabs to spaces
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
index 14f86997f43f9ec46fcbc21561c4a70d91bcdd86..cf93f20350a6e3b14b1899c3907fb07750b40fb7 100644 (file)
@@ -1,6 +1,6 @@
 .arv-job-log-window {
-    height: 20em;
-    white-space: nowrap;
+    height: 40em;
+    white-space: pre;
     overflow: scroll;
     background: black;
     color: white;
@@ -8,3 +8,8 @@
     font-size: .8em;
     border: 2px solid black;
 }
+
+.morris-hover-point {
+    text-align: left;
+    width: 100%;
+}
\ No newline at end of file