From 69bb6976f271d8f40baeaef904d5869112f778d5 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Wed, 5 Oct 2016 16:25:55 +0200 Subject: added 245px max height and overflow scroll-y to .grouped-pipeline-dropdown --- app/assets/stylesheets/pages/pipelines.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages') 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 { -- cgit v1.2.1