projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
18794: Merge branch 'main'
[arvados.git]
/
apps
/
workbench
/
app
/
assets
/
stylesheets
/
jobs.css.scss
1
// Copyright (C) The Arvados Authors. All rights reserved.
2
//
3
// SPDX-License-Identifier: AGPL-3.0
4
5
.arv-job-log-window {
6
height: 40em;
7
white-space: pre;
8
overflow: scroll;
9
background: black;
10
color: white;
11
font-family: monospace;
12
font-size: .8em;
13
border: 2px solid black;
14
}
15
16
.morris-hover-point {
17
text-align: left;
18
width: 100%;
19
}