8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / assets / stylesheets / jobs.css.scss
1 .arv-job-log-window {
2     height: 40em;
3     white-space: pre;
4     overflow: scroll;
5     background: black;
6     color: white;
7     font-family: monospace;
8     font-size: .8em;
9     border: 2px solid black;
10 }
11
12 .morris-hover-point {
13     text-align: left;
14     width: 100%;
15 }