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