From 7f1c26cfeef9a3a33b6ba9122e5fd2339222ed37 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 22 Feb 2016 15:31:19 +0000 Subject: [PATCH] Fixed issue with header overflow Fixes #13492 --- app/assets/stylesheets/framework/common.scss | 1 - app/assets/stylesheets/framework/header.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index ea56d9e12a0..0ddbf612543 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -377,7 +377,6 @@ table { } .project-item-select-holder { - display: inline-block; position: relative; .project-item-select { diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index a81e258573d..531dedb89fe 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -77,6 +77,7 @@ header { line-height: $header-height; font-weight: normal; color: #4c4e54; + overflow: hidden; text-overflow: ellipsis; vertical-align: top; white-space: nowrap;