summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-05 16:25:55 +0200
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-05 16:25:55 +0200
commit69bb6976f271d8f40baeaef904d5869112f778d5 (patch)
tree3a7eaf5cfc7829dc993f9893f6d26b871d9e357d /app/assets/stylesheets
parent219413c5d1dbc05c4832ca372d4b06c06f2e0542 (diff)
downloadgitlab-ce-69bb6976f271d8f40baeaef904d5869112f778d5.tar.gz
added 245px max height and overflow scroll-y to .grouped-pipeline-dropdown
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index b2662b812b7..68fc6da6c1b 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -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 {