added 245px max height and overflow scroll-y to .grouped-pipeline-dropdown

This commit is contained in:
Dimitrie Hoekstra 2016-10-05 16:25:55 +02:00
parent 219413c5d1
commit 69bb6976f2

View file

@ -82,7 +82,7 @@
}
.branch-commit {
.branch-name {
font-weight: bold;
max-width: 150px;
@ -390,6 +390,8 @@
left: auto;
right: -214px;
top: -9px;
max-height: 245px;
overflow-y: scroll;
a:hover {
.ci-status-text {