From dedaaa7d335bd2b0cc1759a6180f8f96c7418736 Mon Sep 17 00:00:00 2001 From: Ming-Hay <157658916+minghay@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:42:21 -0700 Subject: [PATCH] fix: start job dropdown (#1035) --- app/components/app-body/styles.scss | 1 + app/components/pipeline-graph-nav/styles.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/app-body/styles.scss b/app/components/app-body/styles.scss index da97e2415..b05d218cc 100644 --- a/app/components/app-body/styles.scss +++ b/app/components/app-body/styles.scss @@ -11,6 +11,7 @@ &.pipeline-page { display: flex; flex-direction: column; + min-width: 900px; } } } diff --git a/app/components/pipeline-graph-nav/styles.scss b/app/components/pipeline-graph-nav/styles.scss index 5bc992717..bc8b67f24 100644 --- a/app/components/pipeline-graph-nav/styles.scss +++ b/app/components/pipeline-graph-nav/styles.scss @@ -86,7 +86,6 @@ $pipeline-graph-nav-height: 156px; display: flex; align-content: center; justify-content: space-between; - overflow: scroll; .button-container { margin: auto;