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

Allow scrolling within grouped pipelines

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