Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-05 17:25:55 +0300
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-05 17:25:55 +0300
commit69bb6976f271d8f40baeaef904d5869112f778d5 (patch)
tree3a7eaf5cfc7829dc993f9893f6d26b871d9e357d /app/assets/stylesheets/pages/pipelines.scss
parent219413c5d1dbc05c4832ca372d4b06c06f2e0542 (diff)
added 245px max height and overflow scroll-y to .grouped-pipeline-dropdown
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-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 {