Commit 8329d44e authored by Frederic Caplette's avatar Frederic Caplette

Fix parallel job dropwdown cutoff

By adding a min-height to the pipeline graph
container equivalent to the dropdown height,
we are 100% certain that we will always have
enough space to show the job dropdown.
parent 2cd472a6
......@@ -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