Skip to content

Commit bceef94

Browse files
authored
Fix spacing and fade of stage items (jenkinsci#804)
1 parent 6bd6b78 commit bceef94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/data-tree-view.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ $pgv-item-padding-inline: 0.7rem;
6262
display: flex;
6363
flex-direction: column;
6464
gap: 0.125rem;
65+
margin: 0;
6566
}
6667

6768
.pgv-tree-stage {
@@ -167,7 +168,7 @@ $pgv-item-padding-inline: 0.7rem;
167168
mask-image: linear-gradient(
168169
90deg,
169170
white calc(100% - 3rem),
170-
transparent calc(100% - 1.5rem)
171+
transparent calc(100% - 2rem)
171172
);
172173

173174
&:visited,

0 commit comments

Comments
 (0)