Commit 69bb6976 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra

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

parent 219413c5
......@@ -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 {
......
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