File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
src/main/frontend/pipeline-console-view/pipeline-console/main Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export default function PipelineConsole() {
5858 { ( mainViewVisibility === "both" ||
5959 mainViewVisibility === "stageOnly" ) && (
6060 < div className = { "pgv-graph-view-thing" } >
61+ < div className = { "pgv-graph-view-thing__heading" } > Stage</ div >
6162 < PipelineGraph
6263 stages = { stages }
6364 onStageSelect = { handleStageSelect }
Original file line number Diff line number Diff line change 1212 border-radius : var (--form-input-border-radius );
1313 overflow : hidden ;
1414 height : 100% ;
15+
16+ & __heading {
17+ display : flex ;
18+ min-height : 40px ;
19+ align-items : center ;
20+ padding-left : 0.75rem ;
21+ font-weight : var (--font-bold-weight );
22+ font-size : var (--font-size-sm );
23+ color : var (--text-color-secondary );
24+ }
1525}
1626
1727.ansi-fg-0 {
Original file line number Diff line number Diff line change 33 display : grid ;
44 gap : var (--section-padding );
55 animation : fade- in 0.1s ease-in-out both ;
6+ min-height : calc ((100vh + var (--section-padding )) - (var (--header-height ) + 46px + 64px ));
67}
78
89@keyframes fade-in {
You can’t perform that action at this time.
0 commit comments