Allow scrolling within grouped pipelines

This commit is contained in:
Annabel Dunstone Gray 2016-10-11 09:42:34 -05:00
parent dd11c8f5c6
commit 4e9783e4dd
2 changed files with 11 additions and 6 deletions

View File

@ -420,7 +420,11 @@
left: auto;
right: -197px;
top: -9px;
max-height: 245px;
ul {
max-height: 245px;
overflow: auto;
}
a {
color: $gl-text-color;

View File

@ -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