Skip to content

Commit 3edc5d7

Browse files
committed
chore: format css
1 parent d572c22 commit 3edc5d7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

web_src/less/_actions.less

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ body > div.full.height {
1010
}
1111
@keyframes job-status-rotate-keyframes {
1212
100% {
13-
transform:rotate(360deg);
13+
transform: rotate(360deg);
1414
}
1515
}
1616

1717
.job-step-section {
1818
margin: 10px;
1919
.job-step-logs {
20-
font-family: monospace, monospace;
20+
font-family: monospace;
2121
.job-log-line {
2222
display: flex;
2323
line-num {
@@ -39,13 +39,5 @@ body > div.full.height {
3939
}
4040

4141
// TODO: group support
42-
.job-log-group {
43-
}
44-
45-
.job-log-group-summary {
46-
}
47-
48-
.job-log-list {
49-
}
5042
}
5143
}

0 commit comments

Comments
 (0)