From dd7a800dd73e7c5ee6714cc2c4ab014622b06f54 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 22 Jun 2017 09:08:14 -0500 Subject: Fix alignment of branch name --- app/assets/stylesheets/pages/pipelines.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index a85ba3a5955..9637d26e56d 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -133,7 +133,7 @@ overflow: hidden; display: inline-block; white-space: nowrap; - vertical-align: top; + vertical-align: middle; text-overflow: ellipsis; } -- cgit v1.2.1