Skip to content

Commit

Permalink
fix: start job dropdown (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
minghay authored Apr 4, 2024
1 parent bb085af commit dedaaa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/components/app-body/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
&.pipeline-page {
display: flex;
flex-direction: column;
min-width: 900px;
}
}
}
1 change: 0 additions & 1 deletion app/components/pipeline-graph-nav/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ $pipeline-graph-nav-height: 156px;
display: flex;
align-content: center;
justify-content: space-between;
overflow: scroll;

.button-container {
margin: auto;
Expand Down

0 comments on commit dedaaa7

Please sign in to comment.