We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d572c22 commit 3edc5d7Copy full SHA for 3edc5d7
web_src/less/_actions.less
@@ -10,14 +10,14 @@ body > div.full.height {
10
}
11
@keyframes job-status-rotate-keyframes {
12
100% {
13
- transform:rotate(360deg);
+ transform: rotate(360deg);
14
15
16
17
.job-step-section {
18
margin: 10px;
19
.job-step-logs {
20
- font-family: monospace, monospace;
+ font-family: monospace;
21
.job-log-line {
22
display: flex;
23
line-num {
@@ -39,13 +39,5 @@ body > div.full.height {
39
40
41
// TODO: group support
42
- .job-log-group {
43
- }
44
-
45
- .job-log-group-summary {
46
47
48
- .job-log-list {
49
50
51
0 commit comments