diff options
author | Phil Hughes <me@iamphill.com> | 2016-02-22 15:31:19 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-02-22 15:31:19 +0000 |
commit | 7f1c26cfeef9a3a33b6ba9122e5fd2339222ed37 (patch) | |
tree | 6aa91965bb285be06786143deb34fc722598f304 | |
parent | 5803a5308f5a7a84cc84dd0a7d8a89565bae0717 (diff) | |
download | gitlab-ce-7f1c26cfeef9a3a33b6ba9122e5fd2339222ed37.tar.gz |
Fixed issue with header overflowheader-overflow-small-devices
Fixes #13492
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 1 |
2 files changed, 1 insertions, 1 deletions
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; |