Commit 4e9783e4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Allow scrolling within grouped pipelines

parent dd11c8f5
......@@ -420,7 +420,11 @@
left: auto;
right: -197px;
top: -9px;
max-height: 245px;
ul {
max-height: 245px;
overflow: auto;
}
a {
color: $gl-text-color;
......
......@@ -5,8 +5,9 @@
%span.ci-status-text
= name
%span.badge= subject.size
%ul.dropdown-menu.grouped-pipeline-dropdown
%li.arrow
- subject.each do |status|
%li
= render "projects/#{status.to_partial_path}_pipeline", subject: status
.dropdown-menu.grouped-pipeline-dropdown
.arrow
%ul
- subject.each do |status|
%li
= render "projects/#{status.to_partial_path}_pipeline", subject: status
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