Commit 5692fb1a authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch...

Merge branch '231348-fix-parallel-jobs-dropdown-from-cutting-off-in-the-pipeline-graph' into 'master'

Fix parallel jobs dropdown from cutting off in the pipeline graph

Closes #231348

See merge request gitlab-org/gitlab!39108
parents e4718a4b 8329d44e
......@@ -445,6 +445,7 @@
.pipeline-tab-content {
display: flex;
width: 100%;
min-height: $dropdown-max-height-lg;
background-color: $gray-light;
padding: $gl-padding 0;
overflow: auto;
......
---
title: Fix parallel jobs dropdown from cutting off in small pipeline graphs
merge_request: 39108
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment