Allow scrolling within grouped pipelines
This commit is contained in:
parent
dd11c8f5c6
commit
4e9783e4dd
2 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue